Tools & Technologies: Python Flask, SQLite Database
This repo is a web-based user interface for a car rental company. The database model is designed based on the business rules provided by that company. In particular, users could register, login, and can perform business activities(CURD – Create, Update, Read, Delete records). The users could be either customers or employees of that company, and they have different authorization on data. More details are shown in the project report pdf file.