I wanted a simple starting point to go from whenever building a rest API with Koa so here it is!
- KOA
- TypeScript
- Pino Logger
- TypeORM & PG
- dotEnv
npm installdocker-compose up -dnpm run buildnpm run start
- jwt validation for protected routes
- convict
- logger enhancements
- dockerize
- End to end test at route level