Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zacanger/ts-koa-microservice-boilerplate
- Owner: zacanger
- License: mit
- Created: 2019-05-02T01:33:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T05:21:39.000Z (8 months ago)
- Last Synced: 2024-03-02T06:29:29.731Z (8 months ago)
- Topics: boilerplate, circle, circleci, cloudbuild, docker, example, jenkins, jenkinsfile, jest, koa, microservice, microservice-boilerplate, typescript
- Language: TypeScript
- Homepage:
- Size: 2.29 MB
- Stars: 3
- Watchers: 19
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
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)