Introduction

This template includes a minimal setup for writing a backend in Koa.

src/example-api includes a few routed endpoints with various usages of standard HTTP input and output.

Installation

npm run install

Development

npm run dev

Tests

npm run test

Misc