Software Engineering practical project
This project centers the visualisation of Londons public transportation state. It enables a city operator to see vehicle ressources, their assignment to lines and the current network's state. Therefore it shows Vehicles, Lines, official Appointments and Vehicle Services. The vehicles on lines are enriched by live data, e.g. an accident or a delay and can be managed in the app.
So get a clearer look at the applications architecture seee here
- Maven Install dependencies (in IntelliJ: Maven Window -> Reload button)
- Start http Server in Main.java (strg+r in IntelliJ, make sure to run main())
- cd into frontend dir and run "npm install"
- in same directory, run ng serve to start app
- Go to http://localhost:4200