ts-koa-microservice-boilerplate

Koa + TS boilerplate, + Docker, K8s, CI examples, and more

MIT License

Stars
3

ts-koa-microservice-boilerplate

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]

LICENSE