Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

zacanger/ts-koa-microservice-boilerplate

Repository files navigation

ts-koa-microservice-boilerplate

Deprecated in favor of https://github.com/zacanger/koa-pg-react-boilerplate

Support with PayPal ko-fi

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