Skip to content

nthuang/FitForge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Planner

Overview

A full-stack workout planner application with the ability to manage exercises, create workouts, and design workout splits.

Setup

Backend

  1. Navigate to the backend directory.
  2. Run npm install to install dependencies.
  3. Run npm start to start the server.

Frontend

  1. Navigate to the frontend directory.
  2. Run npm install to install dependencies.
  3. Run npm start to start the React application.

Deployment

Deploy the backend to a service like Heroku and the frontend to Vercel or Netlify.

API Endpoints

  • GET /api/exercises: Fetch all exercises.
  • POST /api/workouts: Create a new workout.
  • POST /api/splits: Create a new workout split.

About

Workout Planner

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors