Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zacanger/ts-koa-microservice-boilerplate

Koa + TS boilerplate, + Docker, K8s, CI examples, and more
https://github.com/zacanger/ts-koa-microservice-boilerplate

boilerplate circle circleci cloudbuild docker example jenkins jenkinsfile jest koa microservice microservice-boilerplate typescript

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# ts-koa-microservice-boilerplate

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

[![Support with PayPal](https://img.shields.io/badge/paypal-donate-yellow.png)](https://paypal.me/zacanger) [![ko-fi](https://img.shields.io/badge/donate-KoFi-yellow.svg)](https://ko-fi.com/U7U2110VB)

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](./LICENSE.md)