As a user, I want to be able to get information from the dashboard that accurately represents the underlying state of the system.
As a developer, I want to be able to call endpoints from the backend via the frontend to take data from the system and display it graphically to the user.
Acceptance Criteria:
[ ] Backend has endpoints that the Angular frontend can call to display important information
[ ] Backend endpoints perform queries to the underlying database to get important, up-to-date data
[ ] Frontend does not have to perform data processing to render the data, all processing done in backend.
As a user, I want to be able to get information from the dashboard that accurately represents the underlying state of the system. As a developer, I want to be able to call endpoints from the backend via the frontend to take data from the system and display it graphically to the user.
Acceptance Criteria: