Welcome to RENTit!! This project is a clone of the popular Airbnb platform, built to demonstrate my skills in web development. Below, you'll find information on how to set up and run the project on your local system.
TO ACCESS THE WEBSITE CLICK ON - https://rentit-90is.onrender.com/
Ensure you have the following installed on your local system:
- Node.js: Download and install Node.js
- MongoDB: Download and install MongoDB
Follow these steps to set up the project locally:
- Clone the repository:
https://github.com/vedprakash226/RENTit.git
- Navigate to the Project Directory
cd ./RENTit
- Install all the npm packages and its dependencies
npm install
- Initialize the database:
Navigate to the
init
folder and run theindex.js
file to set up the database.cd init node index.js
- Start the server
Go back to the root directory and start server.
cd .. node app.js
Alternatively, you can use nodemon to automatically restart the server when changes are detected:
nodemon app.js