An open API service indexing awesome lists of open source software.

https://github.com/thedevelop3r/exercise-tracker-nodejs-mongoose

Exercise tracker has APIs to create users, update exercises, retrieve exercises by filters. front-end | Html | CSS | JavaScript, back-end | NodeJs | Express | Mongoose.
https://github.com/thedevelop3r/exercise-tracker-nodejs-mongoose

expressjs html-css-javascript javascript mongoose nodejs

Last synced: 5 months ago
JSON representation

Exercise tracker has APIs to create users, update exercises, retrieve exercises by filters. front-end | Html | CSS | JavaScript, back-end | NodeJs | Express | Mongoose.

Awesome Lists containing this project

README

          

# Exercise Tracker

update 2.0 changelog:

1:Mobile Responsive, Redesigned, Restructured.
2:Logger Fix.
3:Minor Bug Fix
4:Index.js > Added more instruction at the end.

Usage:
1:This version is deployment ready version.
To test or use on localhost Comment out the Listener function at the end of index.js file and uncomment the statement underneath it.
2:Create .env file (root). place 2 vaiables
PORT= Your Port
MONGO_URI= Place Mongoose Atlas Cloud URL for database integration

This was the boilerplate for the Exercise Tracker project.
It has been completely modified to pass the freeCodeCamp Certification Test moreover improved.

To get the orignal boilerplate of the project visit:
https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/exercise-tracker