Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 732 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 732 Bytes

Care Hire Booking System

N|Solid

A flask based car hire management system.

  • Login System
  • Stores registration number, vin and model of multiple vehicles.
  • Allows registered users to place bookings on cars.
  • Administration menu to perform CRUD operations
  • Booking restrictions
    - 2 Hours between bookings
    - No overlapping bookings
    - User may only have 5 bookings
  • Bootstrap

Installation

  • Clone this repository
  • Install the requirements file
  • Launch the flask application by running init.py

Default Login Infomation

username: admin
password: admin123