An Exercise Tracking website built using MERN stack.
How to Run:
- Download ZIP from Github
- After extraction, open command prompt in the main (Exercise-tracker) file and run npm install
- Run npm audit fix, if any vulnerabilities are detected.
- In the backend file, run npm install
- To connect the backend to mongoDB, run nodemon server.js (wait until connection is established and leave it running)
- Finally, in the main (Exercise-tracker) file, run npm start