fuzzymatter / hush-api

Hush API server
0 stars 0 forks source link

Description

pipeline status

Hush service api project.

Development

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:

When adding the local server for the first time use:

To create the application databases run yarn scripts:db:init.

Routes

Visit https://host:port/api for Swagger docs.