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.
- JWT (JSON Web Tokens) for authentication
- RapidAPI's ExerciseDB
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 devnpm - frontend
cd frontend
npm install
npm startGo to http://localhost:3000 on your web browser of choice