demo.webm
Bus Connector is a minimalistic bus ticket booking service. Created with Java Spring and MySQL as backend, and Thymeleaf as frontend. Everything is containerized using Docker Compose.
- each connection features a timetable
- overbooking protection - each connection has maximum number of seats
- ticket price is listed in several currencies
- exchange rates are pulled from public API and cached
To get started use these commands on your server:
# clone repo
git clone https://github.com/mat-kubiak/bus-connector
cd bus-connector