Hush service api project.
Copy .sample.env
to .env
.
This project uses Postgres and pgAdmin4. To start them run:
$ docker-compose up -d
This will launch containers in the background.
To access pgAdmin4 visit http://localhost:5050
. To login use:
pgadmin4@pgadmin.org
admin
When adding the local server for the first time use:
postgres
postgres
postgres
To create the application databases run yarn scripts:db:init
.
Visit https://host:port/api
for Swagger docs.