Rentify is a web application designed to help users list and find rental properties easily. This document provides instructions on how to set up and run the Rentify application on your local machine.
-
Clone the repository:
git clone https://github.com/your-username/rentify.git
-
Install server dependencies and start the server:
npm install node index.js
server will start on localhost:3001
-
Open a new terminal window/tab and navigate to the frontend directory:
cd Frontend -
Install client dependencies and start the client:
npm install npm run dev
Client will start on localhost:5173