Rentify is a full-stack web application designed to streamline the rental process. Built using the MERN stack (MongoDB, Express.js, React, Node.js), Rentify provides an efficient platform for property owners to list rentals and for potential renters to find their next home.
- User authentication and authorization
- Property listing and management for owners
- Property search and browsing for renters
- Detailed property pages with images and descriptions
- Booking and reservation management
- User profiles with booking history
Check out the live demo of Rentify here.
To get a local copy up and running, follow these steps:
Make sure you have the following installed:
- Node.js
- npm (Node package manager)
- MongoDB
-
Clone the repository:
git clone https://github.com/AryaGupta01/Rentify.git cd Rentify
-
Install backend dependencies:
cd server npm install
-
Create a
.env
file in theserver
directory and add your MongoDB URI and other environment variables:MONGO_URI=your_mongodb_uri JWT_SECRET=your_jwt_secret
-
Start the backend server:
npm start
-
Open a new terminal and navigate to the project directory:
cd client
-
Install frontend dependencies:
npm install
-
Start the frontend development server:
npm start
The application should now be running on http://localhost:3000
.
Once the application is running, you can:
- Register as a new user
- Log in as an existing user
- Browse available rental properties
- List a new property for rent (for property owners)
- Book a property (for renters)
- View and manage your profile and bookings
- Frontend: React, Redux, Bootstrap
- Backend: Node.js, Express.js
- Database: MongoDB
- Authentication: JWT (JSON Web Tokens)
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Distributed under the MIT License. See LICENSE
for more information.
Arya Gupta - LinkedIn - [email protected]
Project Link: https://github.com/AryaGupta01/Rentify