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: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-02T05:21:39.000Z (about 1 year ago)
- Last Synced: 2024-03-02T06:29:29.731Z (about 1 year 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
[](https://paypal.me/zacanger) [](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)