This project is an example of a simple taxi service. It is based on a 3-tier architecture. All visualization is implemented as a web page. The information is stored in a database.
The project supports the following functionality:
1. Add tomcat configuration
2. Install MySQL & Workbench
3. Go to ConnectionUtil class and change login and password to your own
4. Run the script from the init_db.sql file in the workbench
5. Click on the folder with the package name and create a new folder "logs" with the file "app.log"
6. Change the path to the log.app file in the configuration log4j2.xml file to your own
7. Run the program
8. Go to http://localhost:8080 and click on "Register" to add a new driver
