Skip to content

a final year software engineering project for real estate management

Notifications You must be signed in to change notification settings

stebaratheon/Property-Finder

 
 

Repository files navigation

Property-Finder


Property Finder is a real estate management system where users can buy houses, commercial spaces and lands or rent houses and commercial spaces.

Installation


To run the the project

  1. git clone the repo using the following command git clone https://github.com/rng70/property-finder/

  2. install necessary packages cd property-finder && npm install

  3. run the development server npm run dev

make sure that node version 16.16.0 is installed.

Project Structure


. property-finder
 |
 |---client
 |---config
 |---middleware
 |---models
 |---routes
   |---api
 |---package.json
 |---server.jsx

server.jsx and config folder contains necessary files for server management and client folder contains frontend files and models folder contains mongoose schemas.

Video Demo


The video demo of the project can be found here

About

a final year software engineering project for real estate management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.4%
  • CSS 15.8%
  • HTML 0.8%