Real-Estate-AI

Real Estate AI is a tool processing the requirement that costumers needand aimming to solve housing searching difficulties.

Overview

This platform is a web application designed for housing search, providing best-fit housing information relating to the giving requirement.

Live demo

video demo

Running in AWS

AWS link

Running Locally

First install Node.js from the offical website

then install React for frontend use

npm install react

Also install all the required middleware

npm install axios
npm install bcryptjs
npm install cors
npm install express
npm install express-validator
npm install jsonwebtoken
npm install mongodb
npm install mongoose

Clone the whole project into your local storage

git clone https://github.com/Black-Ice1104/real-estate-ai.git

From now, you need two terminals.

For the first terminal, first change to the frontend route

cd /real-estate-ai/frontend

The frontend can be generated by

npm start

You should now be able to access the application at http://localhost:3000.

For the second terminal, change to the backend route by

cd /real-estate-ai/backend

Run the backend by

node app.js