Real State app is a user-friendly multifunctional application where users can search, sell, or rent estates easily with secured functions.
To get a local copy up and running, just clone the repo:
git clone https://github.com/your-username/real-state-app.git
cd real-state-app
.env
file at the root of the project:MONGODB_URL=your_mongodb_url
JWT_SECRET = 'YOUR_SECRET_KEY
.env
file at the client root of the project:FIREBASE_API_KEY=your_api_key
Install dependencies:
npm install
Run the development server in root directory:
npm start
Run the development server on /cd client:
npm run dev
Open your browser and navigate to http://localhost:3000
to see the app.