Metrics is an application that allows you to post and visualize metrics. It takes in metric values as integers with timestamps attached to each metric.
The app consists of a backend and frontend. To run the application, follow the instructions below:-
- Start the backend API server, as instructed here:Backend Guide
- Start the Frontend Application, as instructed here:Frontend Guide
- The metric timestamp is auto captured at the time the user posts a metric.
- All metrics are for Temperature in degrees celsius.
- Metric values are integers.