Backend
Phoenix App
Setup config
Database

Setup Database

In the .env file in the root of the project to set the DB env variables:

export DB_NAME=
export DB_HOSTNAME=
export DB_USER=
export DB_PASSWORD=

Run the following command to apply your environment variables:

source .env