Create an .env file and set the following variables
- POSTGRES_HOST
- POSTGRES_NAME
- POSTGRES_USER
- POSTGRES_PASS
make build- Build Docker imagesmake run- Run docker-compose up bringing service to lifemake lint- Run flake8 against codemake test- Run unit tests