Skip to content

sayeraselvan/gym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Gym Workout Logger

A simple Python command-line tool to log and track your gym workouts.

Features

  • Add new workout entries (date, exercise, sets, reps, weight)
  • View workout history
  • Save data in CSV format

Usage

  1. Clone the repo.
  2. Run python gym_logger.py in your terminal.
  3. Follow the prompts to add or view workouts.

Workout Plan API

A simple Node.js/Express API for managing gym workout plans.

Features

  • Create a new workout plan
  • Get all workout plans
  • Delete a workout plan

Usage

  1. Clone the repo.
  2. Install dependencies: npm install
  3. Run: node index.js
  4. Use Postman or curl to test endpoints.

Endpoints

  • GET /plans — Get all plans
  • POST /plans — Add a plan (JSON: { "user": "...", "exercise": "...", "sets": 3, "reps": 10 })
  • DELETE /plans/:id — Delete a plan by ID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published