Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.01 KB

WheelsHub - One-stop platform for Managing Car Rentals
WheelsHub is an online car rental booking web application with Flask and MySQL databases integrated via ORM-based object models.

Key Features

  • Full-stack web application built with Python Flask framework
  • MySQL database backend interacting via ORM data models
  • Perform CRUD operations on car rental bookings and fleet data
  • User privilege management to constrain data operations
  • Responsive frontend built using HTML, CSS, JavaScript

Functionality

  • Customers can search, select and book cars for rental
  • View booking and car details
  • Add, edit, delete bookings based on access level
  • Manage fleet of cars available for rental
  • Track car maintenance schedules
  • User login system with privilege management
  • Admins manage fleet, bookings, and privilege levels

Tech Stack Frontend: HTML/Jinja | CSS | JavaScript
Backend: Python | Flask
Database: MySQL
ORM: SQLAlchemy