- Install postgresql
$ sudo apt install postgresql(Ubuntu) or$ brew install postgres(Mac OS) - Create apt user
$ sudo su postgres
$ psql
> CREATE ROLE atpuser WITH LOGIN PASSWORD 'askthepeople';
> \q
Create atp db $ createdb -O atpuser atp
- Application metric endpoints
- Swagger-UI (once running locally)