Skip to content

leosuncin/koa-api-example

Repository files navigation

🌲 Koa API example

semantic-release GPLv3 License

A simple REST API built with Koa

Tech Stack

Server: Node, Koa, TypeORM

Test: Jest, Pactum

Run Locally

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

Running Tests

To run unit tests, run the following command:

  npm test

License

Release under the terms of GPL v3