Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 821 Bytes

File metadata and controls

22 lines (19 loc) · 821 Bytes

Trip-Scheduling-App

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

Screenshots:

image image image