Welcome to coding with Stephen, this video forms part of our Building a Node, Express, Postgres API service.
The repo for this project can be found on github here: https://github.com/BGZStephen/coding-..., if you want to follow along, download the repo and check out the branch: part-2-start
In this video, we'll be covering off the following:
Setting up a .env file
Creating a centralised config are for our application
Validating environment provided config (including graceful handling of errors)
Adding an app starter to handle bootstrapping of the application