A geo-informatics project to shortlist apartments based on visualisation of rent range and other criterias.
- We segregated apartments available for rent in Mumbai according to certain conditions (such as low budget, proximity to the airport and workplace) put forward by the user.
- With this we can know the various amenities available in the proximity of a given searched location.
- Visualize the entire dataset on the map
- Analyze the apartments by price range and the number of rooms
- We get the apartments fulfilling customer’s conditions
- Apartments can also be segregated on the basis of their range of rent
- Visualization of basic requirements like hospitals, fire stations, police stations, 7parks and railway stations
- Display apartments within specified radius and location
- Integrate these functions with a website
- Get to know what amenities lie in your neighborhood
- Display all apartments that are available for rent in a given locality
- Front-end - HTML, CSS, Javascript
- Back-end - MongoDB, Node JS, QGIS
- Clone the repository
git clone https://github.com/smitsekhadiaa/MagicBricks.git
- To install npm dependencies
npm install
- To start backend
nodemon index
- To start frontend on your browser
https://localhost:3000/
- Add sign up/sign in feature
- Add whislist feature
- Add seller option, so user can directly add their property in our database