Skip to content

A MERN stack real estate platform enabling users to explore properties for rent and sale, including apartments, houses, and villas.

Notifications You must be signed in to change notification settings

krish-98/urban-property

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Urban Property

A modern real estate platform that showcases properties for rent and sale, including apartments, houses, and villas.

urban property screenshot


How to run locally

To run the Server (on the 1st terminal)

cd ./api
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev

To run the client (on the 2nd terminal)

cd ./client
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev

Tech Stack

  1. React.js
  2. Redux
  3. TailwindCSS
  4. TypeScript
  5. Node.js
  6. Express.js
  7. MongoDB, Mongoose ORM
  8. Firebase

About

A MERN stack real estate platform enabling users to explore properties for rent and sale, including apartments, houses, and villas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages