ADR:
- install postgres
- create a user
postgres
with passwordadmin
- create db
product_farm
- Use Run Configuration to create an Application for
database
module- add local.env as envfile
- Run this, this should migrate all of the migrations present
- Use Run Configuration to create an Application for
manager
module- add local.env as envfile
- Running this should run a local api server
- source bin/env-setup.sh; mvn test