Skip to content

A workout log is a journal, notebook, or an app that helps you keep track of your training so that each session is effective.

Notifications You must be signed in to change notification settings

GabrielSalangsang013/workout-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Workout Log ⛹️‍♂

A workout log is a journal, notebook, or an app that helps you keep track of your training so that each session is effective.

Reference: https://www.jefit.com/workout-tips/workout-log-essential-fitness-success#:~:text=A%20workout%20log%20is%20a,that%20each%20session%20is%20effective.

Project Information

  • Built MERN Stack (MongoDB, Express, ReactJs and NodeJS)
  • Implement CRUD Operations (Create, Read, Update and Delete)

How to use?

1. Clone the repo.

$ git clone https://github.com/GabrielSalangsang013/workout-log.git

2. Open the project in VS code.

3. Open new VS code terminal.

4. Go inside the backend folder, install all the packages.

$ cd backend
$ npm install

5. Create .env file and fill up the credentials (still inside backend folder).

PORT=4000
MONGO_URI=

6. Run the backend server.

$ npm run dev

7. Open another new VS code terminal and go to frontend folder.

$ cd frontend
$ npm install

8. Run the frontend server.

$ npm start

ezgif com-gif-maker (2)

About

A workout log is a journal, notebook, or an app that helps you keep track of your training so that each session is effective.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published