Welcome to Spring demo app!
This web page is a React frontend for OllisSpringDemo Spring Boot web API. The backend is running online in AWS Elastic Beanstalk.
Get arrivals
Get arrivals button calls a web API (TflAPI) and retrieves all the bus arrivals for a specific bus stop in London. It also stores the arrivals into a MongoDB online database along with a timestamp.
Get arrivals history
Get history button retrieves all the arrivals stored in the database along with the timestamp when they were stored.
Delete all arrivals
The following button deletes all the arrivals stored in the database.
