Client-Server app that models a public transport system and fulfills routes administrators' and travelers' needs
- Admins can add/ edit stations, add/ delete routes
- Users have a graphical representation of the available routes and can query the database regarding the optimal route/ routes coupling. In this sense they will specify the starting station, the destination and the moment of departure (implicitly the current time). They will not receive data regarding the stations that are not found in any route.
This project was intended to cumulate all the knowledge we got in "Advanced Programming - Java" and "Database Systems Administration" coures