Skip to content

saikatXshrey/college-major-project

Repository files navigation

Housez

Getting an estimate of house price in certain areas is painful. All you can get is the individual house prices and decide upon the the scattered information.

To solve the problem this project "Housez" is made to bring to you the exact brief price prediction of a place.

Live Link → https://housez.netlify.app/

Demo

Project Demo

Housez.-.Google.Chrome.2022-10-28.17-32-13.mp4

API Reference

api → https://bapp-api.onrender.com

Get Locations

   GET /api/getlocation

Get Predicted Price

   POST /api/getpredictedprice
Parameter Type Description
total_sqft number Required. Sqft of house
bath number Required. Number of bathrooms
bhk number Required. Number of BHK
balcony number Required. Number of balconies
location string Required. Search Location

Installation

Clone Project :

git clone https://github.com/saikatXshrey/college-major-project.git

Install project epenencies with npm/yarn

cd college-major-project
npm install

Start the server

npm run start

Deployment

To deploy this project run

npm run build