Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfelipearaujo/ignite-nodejs-desafio-02
https://github.com/jfelipearaujo/ignite-nodejs-desafio-02
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jfelipearaujo/ignite-nodejs-desafio-02
- Owner: jfelipearaujo
- Created: 2023-03-31T01:30:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T03:11:22.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:44:35.705Z (8 months ago)
- Language: TypeScript
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
## Application rules
- [X] Should be possible to create a user
- [X] Should be able to identify a user between requests
- [X] Should be able to create a meal
- [X] Should be able to edit a meal
- [X] Should be able to delete a meal
- [X] Should be able to view all user's meals
- [X] Should be able to view only one meal
- [X] Should be able to retrieve metrics from a user
- [X] Total of created meals
- [X] Total of meals 'on diet'
- [X] Total of meals 'off diet'
- [X] Best sequence of days 'on diet'
- [X] The use can only interact with it's own meals