Currently, we are not loading environment variables, which result in the application crashing when attempting to run it.
Error:

To fix this error you should load the environment variables prior to using them. Copy + paste the following code in this line.
// load environment variables declared in your .env file
require('dotenv').config()