The name of this project is pretty self explanatory. This is a service to track the weight of multiple people and display it on a chart.
- Register weight to a specific user
- Retrieve weight for a particular user filtering by date range
- Delete a weight entry
The backend is implemented on rust using the axum framework while the front end is plain html, css and javascript with the library Charts.js for the visualizations and handlebars for the templates. It uses sqlite as database.