/exercise_tracker

APIs and Microservices Projects - Exercise Tracker - FreeCodeCamp

Primary LanguageJavaScript

Description

This MERN stack app is for tracking exercises. You can create usernames, enter exercises, and record the date and duration of the exercise.

Stack

Mongodb: document-based database Express.js: web application framework for node.js Node.js: is a js runtime environment that runs js code outside of a browser (On a server)

Requirement

  • Requires database connection
  • npm
  • Packages
    • mongodb: "^4.1.0"
    • mongoose: "^5.13.7"
    • body-parser: "^1.19.0"
    • "dotenv": "^8.2.0",

Author

Sukaina Abkari