Skip to content

DhananjayThomble/Exercise-Tracker-NodeJs

Repository files navigation

Exercise Tracker Microservice Using Node and Express

Project Link: https://Exercise-Tracker.dhananjayt97.repl.co

This is a Node.js application that serves as an exercise tracker. It allows users to track their exercise activities by creating and viewing their exercise logs.

Application Routes

  • GET / : Render the homepage
  • GET /api/users : Get all the users
  • POST /api/users : Add new user
  • POST /api/users/:_id/exercises : Add new exercise log
  • _GET /api/users/:id/logs : Get all exercise logs of a user

Built With

  • Node.js
  • Express.js - web framework for Node.js
  • body-parser - middleware for handling HTTP POST request
  • crypto - Node.js module for generating unique ids

About

Exercise Tracker using Node.js and Express.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published