Skip to content

Flask microframework based booking system to manage renting cars and vans.

Notifications You must be signed in to change notification settings

AyaHusseinAly/CarHireSystem_Flask

Repository files navigation

Car_Hire_System_usingFlask

Flask microframework based booking system to manage renting cars and vans.

📎 Technologies

               

📎 Database Design (ERD)

ERD

SQL which implements above ERD can be found in ./data/ddl.sql

Database Indeces

1️⃣ bookings(hire_date)        ==> as it will be used frequently for daily Reports
2️⃣ bookings(return_date)     ==> as it will be used frequently for daily Reports
3️⃣ customers(email)             ==> as it's used frequently in search customer stored data

📎 Screenshots

ERD
ERD
ERD
ERD
ERD
ERD

About

Flask microframework based booking system to manage renting cars and vans.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages