/fcc-exercise-tracker

My solution for the FreeCodeCamp Exercise Tracker challenge

Primary LanguageJavaScript

Exercise Tracker

This is my solution to the FreeCodeCamp Exercise Tracker challenge

image

🪁 Live version

You can see the live version here:
https://fcc-ext.herokuapp.com/

✨ Env Variables

If the sample.env file does not exist, create it and put these lines on it

PORT=3000
MONGO_PATH=mongodb://127.0.0.1:27017