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.git
Go to the project directory
cd koa-api-example
Install dependencies
npm install
Build the project
npm run build
Start the server
npm start
To run unit tests, run the following command:
npm test
Release under the terms of GPL v3