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.
- Host: GitHub
- URL: https://github.com/thedevelop3r/exercise-tracker-nodejs-mongoose
- Owner: Thedevelop3r
- Created: 2022-08-21T19:37:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T14:14:53.000Z (over 3 years ago)
- Last Synced: 2025-06-28T23:43:41.781Z (9 months ago)
- Topics: expressjs, html-css-javascript, javascript, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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