Rebu is a full-stack car rental application built with the MERN stack. The platform allows users to rent cars with an intuitive interface, while providing admins with the ability to manage car listings. The application features robust CRUD operations for car management and a flexible refund policy for cancellations.
To set up the project locally:
Clone the repository:
git clone https://github.com/apkharsh/rebu.git
cd rebu
Setup Environment Variables:
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
Run the Application:
```bash npm run dev