This Car Rental System is developed using a tech stack that includes Flask (Python), JavaScript, HTML, and CSS. The application enables users to hire cars online with an easy-to-use interface.
- Backend: Flask (Python)
- Frontend: HTML, CSS, JavaScript
- User Authentication (Sign Up, Login/Logout)
- Car listing and browsing
- Booking and rental management
- Payment processing (optional integration)
-
Clone the Repository
git clone https://github.com/maxproy/CarRentalSystem.git cd CarRentalSystem -
Install Dependencies
pip install -r requirements.txt
-
Run the Application
python app.py
Access the application by navigating to http://127.0.0.1:5000 in your web browser.
To contribute, please fork the repository and create a pull request for any bug fixes or new features.
This project is licensed under the MIT License. See the LICENSE file for details.
- Flask documentation: https://flask.palletsprojects.com/
- Other Libraries and Resources Used