The online real estate management system where people can buy, sell and rent their properties from anywhere to anybody at anytime.
- Real Estate agents or property owners can add property for selling or renting.
- Users can buy property within few clicks.
- Users who want properties on rent will find it easy since empty appartments will be available in just one click.
- Making the process transperant and fast so it will not feel like a job!
Login is required to Sell or Buy the property and to see the profile.
User can create their account using Signup Page.
Anyone can see the Buy Tab which is also the home page of Locatesy.
Only authenticated users are allowed to put their properties on Sell.
Anyone can see the properties which can be taken on rent. User can select the best fit property for rent.
On selecting the best fit property from Buy or Rent tab, the detailed description of the property can be seen in this section.
For buying and taking property on rent user needs to pay Rs. 500 in the form of Service Charge. Payment Gateway is implemented using Razorpay API.
User can see the exact property location on the map. Map is implemented using MapMyIndia API.
In this section user can see how many and which properties does user bought, sold, taken on rent and rented.
Mongodb should be installed on local machine
Steps :
- Clone the project
git clone https://github.com/suraj2439/Locatesy.git
- Installing dependancies
npm i
- Run frontend and backend
npm run dev