Flask microframework based booking system to manage renting cars and vans.
SQL which implements above ERD can be found in ./data/ddl.sql
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