Coder Social home page Coder Social logo

boilerplate-project-exercisetracker's Introduction

Link to Live Page:

Replit Link

Description:

The Exercise Tracker is a web application designed to help users keep track of their exercises and workouts. It allows users to create exercise entries, view exercise logs, and retrieve information about specific exercises. This tool is particularly beneficial for individuals who want to maintain detailed exercise records or for trainers who need to monitor the progress of their clients.

Testing Instructions:

To test the Exercise Tracker project, you can use the provided user stories as test cases. Here are the specific requirements to check:

  1. User Story #1: You can create a new user by making a POST request to /api/users with a username. The response should contain the new user object, including a unique _id.
  2. User Story #2: You can retrieve a full list of users by making a GET request to /api/users. The response should contain an array of user objects.
  3. User Story #3: You can add a new exercise to a user by making a POST request to /api/users/:_id/exercises. The response should contain the user's details and the added exercise.
  4. User Story #4: You can retrieve an exercise log for a specific user by making a GET request to /api/users/:_id/exercises. The response should contain the user's details, an array of exercises, and their respective details.
  5. User Story #5: You can retrieve an exercise log for a specific user with specific filters (from, to, and limit) by making a GET request to /api/users/:_id/exercises. The response should contain the user's details, an array of exercises meeting the specified criteria, and their details.

boilerplate-project-exercisetracker's People

Contributors

danielsandoval avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.