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!'
- 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