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 install
docker-compose up -d
npm run build
npm run start
- jwt validation for protected routes
- convict
- logger enhancements
- dockerize
- End to end test at route level