TMI is a general purpose application to track any sort of data. User defined metrics are set up in a dashboard which can be accessible for reading and updating data.
We want to create a backend which can receive API calls from the frontend, and stores data into a database.
C#/.NET is used as it is a popular option for backend development.
DoD:
Create a new C#/.NET application
Setup unit and mock testing.
Note instructions on how to install and set up the development environment in a README.md file.
We want to create a backend which can receive API calls from the frontend, and stores data into a database. C#/.NET is used as it is a popular option for backend development.
DoD: