This is my solution to the FreeCodeCamp Exercise Tracker challenge
You can see the live version here:
https://fcc-ext.herokuapp.com/
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