A modern real estate platform that showcases properties for rent and sale, including apartments, houses, and villas.
- git clone "https://github.com/krish-98/urban-property.git"
- Open it on your favorite IDE
- Then open up two terminals side by side
cd ./api
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev
cd ./client
npm install or npm i
touch .env (To create a .env file and paste your credentials)
npm run dev
- React.js
- Redux
- TailwindCSS
- TypeScript
- Node.js
- Express.js
- MongoDB, Mongoose ORM
- Firebase