Terra - Real Estate Web App
Getting Started To run Terra on your local machine, follow these steps:
-
Clone the Repository git clone https://github.com/8zali9/real-estate-project.git cd RealSense
-
Navigate to the Server Directory cd server
-
Install Server Dependencies npm install
-
Navigate to the Client Directory cd ../client
-
Install Client Dependencies npm install
-
Start the Development Server (run both client and server) cd server npm run dev
-
To run client alone: cd client npm run dev
-
To run server alone: cd server npm run server
Once the development servers are running, you can access the RealSense web app in your web browser at: http://localhost:3000