This is a simple real estate project where users can explore property listings.
To get started with the project, follow these steps:
-
Clone the repository to your local machine:
git clone [email protected]:ratika-12/real-estate-app.git
-
Navigate to the project directory:
cd real-estate-app
-
Navigate to the server directory:
cd server
-
Install project dependencies using npm:
npm install
-
Start the development server:
npm start
The server will be accessible at http://localhost:8000.
-
Open a new terminal window, navigate back to the main project directory, and navigate to the client directory:
cd .. cd client
-
Install client dependencies using npm:
npm install
-
Start the client:
npm start
The client will be accessible at http://localhost:3000.