Rentify is a web application designed to simplify the process of finding rental properties for both owners and tenants. It leverages Node.js and Express.js for the backend and Vite for the frontend, providing a fast and efficient user experience.
The application is deployed on render with url https://rentify-wck9.onrender.com
git clone <repository-url>
- Change folder to backend
cd backend
- In
.env
file add the desired port
PORT = <your backend port>
- Run the server
npm start
- Change folder to frontend
cd frontend
- In
.env
file add the desired backend url
VITE_BACKEND_URL = <your backend url>
- Run the server
npm run dev
- Use the following example credentials for login
Email - [email protected], Password - password123 (Buyer)
Email - [email protected], Password - abc123 (Seller)