Taxi service system. The client is registered in the system and can create an order for a taxi, indicating the address and type of car. The program calculates the cost of the trip depending on the distance, the client discount and/or shares. The system supports the loyalty program - the discount is calculated depending on the amount of the amount spent. Promotional proposals may also apply. After confirming the order by the client, the system is looking for a free taxi corresponding to the type of car. After that, the client is notified whether a taxi was found and what time of wait.
git clone https://github.com/olexandryermilov/taxiproject/. g radlew tomcatRun To launch the application.
Add to the Admin table an entry about the Admin account.
To fill out data on drivers, add cars, taxi types and discounts, use the ~/Taxiproject/admin interface interface
To generate documentation, execute in the same folder
. g radlew javadoc . g radlew javadoc