This is a Modern Real Estate Marketplace built with MERN Stack.
- Setup firebase web app project
- Setup mongo DB
- Setup node
-
Clone the repository:
git clone https://github.com/JayanaGunaweera01/Modern-Real-Estate-Marketplace
-
Codes to run:
npm create vite@latest client npm install -D tailwindcss postcss autoprefixer npx tailwindcss init -p npm i mongoose npm i dotenv npm install @reduxjs/toolkit npm i firebase
-
Update .env:
-
MONGO = 'Your mongodb secret'
-
VITE_FIREBASE_API_KEY = "Your firebase secret"
-
JWT_SECRET = 'Your jwt secret'
-
Run the project :
npm run dev
- MERN stack
- tailwindcss
- mongodb
- firebase
- jwt authentication
- redux toolkit
- deployed using Render
Runs in http://localhost:5173/ (client), http://localhost:3000/ (server)