A simple containerized trip scheduling system using docker in which an admin can create trips between stations.
The Admin user functions are :
- sign up
- sign in
- create a trip
- update a trip by id
- delete a trip by id
- show all scheduled trips
- show all stations
The Trip Scheduling system has 3 containers :
- Angular front end container
- backend apis spring boot container
- MYSQL database container