This is a Python CLI project demonstrating functionality for a fictitious oil change shop to manage their customers, vehicles and service records.
- Crawls remote endpoint to populate vehicle make and models selection dropdowns.
- Service record invoice printed to terminal.
- Allows full create, updated & view functionality for all customers and vehicles data.
- Profile view of customer, including all vehicles and their service record history.
- Database seeding using faker library.
- Implements Request Futures library to asynchoronously populate vehicle data.