-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend Routes #26
Comments
This was referenced Jan 31, 2021
Closed
Closed
This was referenced Jan 31, 2021
Closed
This was referenced Jan 31, 2021
Closed
Closed
Closed
This was referenced Feb 1, 2021
Closed
Closed
Closed
Closed
hassanelnajjar
added a commit
that referenced
this issue
Feb 1, 2021
hassanelnajjar
added a commit
that referenced
this issue
Feb 1, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User Routes :
/healthNews
GET
/:userId/profile
GET
/Food
GET
/category/:categoryId/food/:foodId
POST
/user/:id/Food/:id
PATCH
/user/:id/Food/:id
DELETE
/food/:categoryId
GET
/user/:id /calories/daily
GET
/nutrition
GET
user/login
POST
user/signup
POST
user/logout
GET
/exercise
GET
/exercise/:id
GET
/exercise/:id
POST
#6
The text was updated successfully, but these errors were encountered: