Skip to content

Car rental web app built using Python(flask), MySQL and SQLAlchemy for ALX SE foundation program, final project.

Notifications You must be signed in to change notification settings

abdi-bb/wheels-on-rent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WheelsOnRent Car Rental System

Welcome to WheelsOnRent, a car rental system that allows you to rent cars and manage your car rental business seamlessly. This README will guide you through setting up and running the application locally.

Getting Started

To get started with WheelsOnRent, follow these steps after cloning the repository:

  1. Clone to the public repository

    https://github.com/abdi-bb/wheels-on-rent.git
  2. Change your current directory to the project folder:

    cd wheels-on-rent
  3. Create python venv

    python3 -m venv carvenv
  4. Activate virtual environment

    source carvenv/bin/activate
  5. Install project requirements inside venv

    pip install -r requirements.txt
  6. Initialize the database by running the following command:

    flask init-db

    This command will create the necessary database tables.

  7. Run the application:

    python wsgi.py

    The application will start, and you can access it by opening your favorite web browser and navigating to http://127.0.0.1:5000.

Authors

Feel free to reach out to the authors for any questions or contributions related to the project.

Happy renting! 🚗

About

Car rental web app built using Python(flask), MySQL and SQLAlchemy for ALX SE foundation program, final project.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published