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.
- 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
- 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