This project is a simple Flask + MySQL web application for managing drivers and vehicles.
It supports CRUD operations and exposes RESTful API endpoints for integration with frontend apps.
- Add and view drivers
- Add and view vehicles
- Store data in MySQL with schema for drivers and vehicles
- REST API endpoints with JSON responses
- Basic
index.htmlhomepage
- Python
- Flask
- Flask-CORS
- MySQL
- mysql-connector-python