Skip to content

TaylorBrown96/Car-Rental

Repository files navigation

Car-Rental

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.

Technologies Used

  • Backend: Python with Flask
  • Database: SQLite
  • Frontend: HTML, CSS, JavaScript (Jinja templates for rendering dynamic content)

Installation

To set up the Car Rental System on your local machine, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/Car-Rental.git
    cd Car-Rental
  2. Install dependencies:
    Make sure you have Python installed on your system, then run:
    pip install -r requirements.txt
  3. Set up the database:
    Ensure the SQLite database is properly initialized. Run the application once to create the necessary database files.
  4. Run the application:
    Start the Flask development server:
    python Flask_app.py
  5. Access the application:
    Open your browser and navigate to http://127.0.0.1:5000.

Test Credentials

Use the following credentials to log in as an admin for testing purposes:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published