The relational db for the messenger API
REQUIREMENTS
- You must have Docker installed and running
- You must have a .env file in project root (see below)
POSTGRES_USER=msgr
POSTGRES_PASSWORD={{YOUR_PASSWORD_HERE}}
POSTGRES_DB=msgr
make up
make down
make reset-db
make connect