A simple REST API built with Koa
Server: Node, Koa, TypeORM
Test: Jest, Pactum
Clone the project
git clone https://github.com/leosuncin/koa-api-example.gitGo to the project directory
cd koa-api-exampleInstall dependencies
npm installBuild the project
npm run buildStart the server
npm startTo run unit tests, run the following command:
npm testRelease under the terms of GPL v3