Exercise Tracker App

Exercise Tracker App

WEBSITEhttps://tracker-exercise-freecodecamp.herokuapp.com/

STACKHTML JS NODEJS EXPRESS MONGOOSE MONGODB

Exercise Tracker

Exercise tracker, backend side project.

The application consists of creating users, and registering them in the database, in which mongoDB was used, from there a unique id was returned, as a hash, where the exercises that were added were tracked.

And it was followed up on it, through the query:

GET /api/users/:_id/logs?[from][&to][&limit]

where :

  1. [ ] = optional

  2. from, to = dates (yyyy-mm-dd); limit = number

built with backen side JS technologies like:

  1. Nodejs
  2. express
  3. mongoose
  4. MongoDB

danyelrange58@gmail.com