This repository hosts a Car Rental System web application built using Python's Flask framework and SQLite. The application provides essential features for a car rental business, such as user registration, car listings, and rental bookings. This project can serve as a foundational model for a small-scale car rental service.
- Backend: Python with Flask
- Database: SQLite
- Frontend: HTML, CSS, JavaScript (Jinja templates for rendering dynamic content)
To set up the Car Rental System on your local machine, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/Car-Rental.git cd Car-Rental
- Install dependencies:
Make sure you have Python installed on your system, then run:pip install -r requirements.txt
- Set up the database:
Ensure the SQLite database is properly initialized. Run the application once to create the necessary database files. - Run the application:
Start the Flask development server:python Flask_app.py
- Access the application:
Open your browser and navigate tohttp://127.0.0.1:5000
.
Use the following credentials to log in as an admin for testing purposes:
- Username:
[email protected]
- Password:
Test123abc