Skip to content

Bobsters6666/Gym-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Gym One Rep Max App

This is an application for calculating your one rep max for the big 3 lifts: bench, squat, and deadlift. The app allows users to sign up and log in to track their progress and view their calculated one rep maxes. Additionally, there is a leaderboard section where users can see the one rep maxes of other participants.

 

Frontend Setup

To run the frontend of the application, follow these steps:

  1. Navigate to the gym-app directory: cd gym-app
  2. Install the required dependencies: npm install
  3. Start the development server: npm run dev
  4. Access the application in your browser at http://127.0.0.1:5173/

 

Backend Setup

To run the backend of the application, follow these steps:

  1. Navigate to the server directory: cd server
  2. Install the required dependencies: npm install
  3. Start the development server: npm run dev

The backend server will be running at http://localhost:4000.

 

Please note that you need to have Node.js and npm (Node Package Manager) installed on your system to run the application.

 

Technologies Used

 

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.

 

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published