Deprecated in favor of https://github.com/zacanger/koa-pg-react-boilerplate
An example Node microservice using Koa, TypeScript, tests, and Postgres.
Includes PGWeb for viewing your database, example GitHub Actions and K8S manifests, and static file server (use object storage in prod!).
To run in dev, npm ci && npm start
To run without docker, npm run dev
instead
To build, npm version [major|minor|patch]