Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 897 Bytes

README.md

File metadata and controls

56 lines (35 loc) · 897 Bytes

🌲 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