Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 712 Bytes

Ticket-validator

Project wroten in Java, uses JavaFX with connection to SQL Database.

All comments are in code.

This application connect with SQL Database, pull all needed data. User can set date, hour of departure, line and route. After pressing start button bus course visualisation begin with 10x time boost. In the top right corner you can see last and next bus stop. In every second you can put your e-ticket card (here just write card id). You have available options like:

  • buy ticket
  • check your balance
  • leave the bus (you get then some return, depends on distance you passed by the bus)

To run this project open it with IntelIJ, be sure that you have Java SDK 1.8 installed and press run button.