Skip to content

KyleGashler/koa-template

Repository files navigation

KOA Template

I wanted a simple starting point to go from whenever building a rest API with Koa so here it is!

Tech used

  • KOA
  • TypeScript
  • Pino Logger
  • TypeORM & PG
  • dotEnv

How to get started

  1. npm install
  2. docker-compose up -d
  3. npm run build
  4. npm run start

Things to Add

  1. jwt validation for protected routes
  2. convict
  3. logger enhancements
  4. dockerize
  5. End to end test at route level

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published