howToCodeWell / code-quiz

Code Quiz MonoRepo (API, API Client, App)
MIT License
4 stars 4 forks source link

Install and setup dotenv #147

Open pfwd opened 2 years ago

pfwd commented 2 years ago

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.