- I can create a user by posting form data username to /api/exercise/new-user and returned will be an object with username and _id.
- I can get an array of all users by getting api/exercise/users with the same info as when creating a user.
- I can add an exercise to any user by posting form data userId(_id), description, duration, and optionally date to /api/exercise/add. If no date supplied it will use current date. Returned will be the user object along with the added exercise fields.
- I can retrieve a full exercise log of any user by getting /api/exercise/log with a parameter of userId(_id). Returned will be the user object with added array log and count (total exercise count).
- I can retrieve part of the log of any user by also passing along optional parameters of from & to or limit. (Date format yyyy-mm-dd, limit = int)
-
Notifications
You must be signed in to change notification settings - Fork 0
RESTful API built with MongoDB, Node.js, and Express for Freecodecamp.org
J12ATA/exercise-tracker-microservice
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
RESTful API built with MongoDB, Node.js, and Express for Freecodecamp.org
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published