howToCodeWell/code-quiz

Install and setup dotenv

Opened this issue · 0 comments

pfwd commented

Install dotenv package

Create .env.sample file with the following:

PORT=3001

Update README.md with instructions on how to create .env file with the PORT setting.