The main aim of Taxi Management Mini DBMS project is to rent taxi and get payments from respective clients. We aim to demonstrate the use of create, read, update and delete MySQL operations through this project. The project starts by adding a taxi and by adding details of driver using the taxi added. The owner provides taxi to the drivers and adds their expenses on daily basis. Booking scene is where a customer can book a taxi to get to the desired location
This youtube video showcases the final UI of app
To build app from scratch :-
- Install Flutter
- Install Android Studio
- Open Android Studio and then select “Get from version control” and paste the https cloning url.
- When project opens in android studio, open “pubspec.yaml” file and run “get dependencies” command.
- Then press(shift+F10)to start run command .