Skip to content

MERN Workout Planner application that allows users to create accounts and track their own workouts

Notifications You must be signed in to change notification settings

georgge293/MuscleUP-workout-planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

MuscleUP Workout Planner

MuscleUP-demo.mp4

A full-stack fitness planner web application that allows users to log their own workout progression. Additionally provides users with a library with access to over 1300 exercises with in detail guide and instructions on how to perform each exercise with proper form mitigating risk of injury.

Tech Stack

Other Technologies used

  • JWT (JSON Web Tokens) for authentication
  • RapidAPI's ExerciseDB

Getting Started

To run locally must run backend and frontend seperately each in a different powershell tab

npm - backend

git clone https://github.com/georgge293/MuscleUP-workout-planner.git
cd backend
npm install
npm run dev

npm - frontend

cd frontend
npm install
npm start

Go to http://localhost:3000 on your web browser of choice

About

MERN Workout Planner application that allows users to create accounts and track their own workouts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published