Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/erikaperciliano/api-rest-daily-diet
- Owner: erikaperciliano
- Created: 2024-07-26T14:57:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T17:39:56.000Z (5 months ago)
- Last Synced: 2024-10-12T02:42:08.324Z (2 months ago)
- Topics: fastify, nodejs, rest-api, typescript
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.