Skip to content

marcelohcortez/workout-tracker-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workout Tracker - Backend

LIVE DEMO: https://workout-tracker-frontend-eta.vercel.app/

Here is the link for the frontend repo: https://github.com/marcelohcortez/workout-tracker-frontend

MERN project to track workout exercises. Including 'add workout' page, 'list workouts' page and 'login/signup' blog. The workouts list only shows the workouts created by the registered user. On the live project the 'signup' and the addition of new workouts are deactivated for security reasons. To log in the live project use the following credentials: username: 'testlive@testlive.com' password: 'ABCabc123!'

Tech & 3rd party used in the project:

Services & tools used in the project

How to run the project:

  • Clone the repository
  • Create a .env file to define you 'PORT', 'MONGO_URI' and 'SECRET' environment variables

Start the server with Nodemon if you are in dev environment with:

npm run dev

If you are in production you can use the default command:

npm run start

LIVE DEMO: https://workout-tracker-frontend-eta.vercel.app/