Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikaperciliano/api-rest-daily-diet

✍🏾️ Daily Diet is a backend application for diet management. In it, the user can log meals and track their progress.
https://github.com/erikaperciliano/api-rest-daily-diet

fastify nodejs rest-api typescript

Last synced: about 2 months ago
JSON representation

✍🏾️ Daily Diet is a backend application for diet management. In it, the user can log meals and track their progress.

Awesome Lists containing this project

README

        

# RF
- [] It should be possible to create a user
- [] It must be possible to record a meal eaten, with the following information:
- Name
- Description
- Date and Time
- Are you on the diet or not
- [] It should be possible to edit a meal, being able to change all the data above
- [] It should be possible to delete a meal
- [] It should be possible to list all of a user's meals
- [] It should be possible to visualize a single meal

# RN
- [] It must be possible to identify the user between requests
- [] It should be possible to retrieve a user's metrics
- Total number of meals recorded
- Total number of meals on the diet
- Total number of meals off the diet
- Best sequence of meals on the diet
- [] The user can only view, edit and delete the meals which he created.