A template repository for koa-orbit
yarn install
yarn devYou should have a server running on http://localhost:3000.
With default configuration it exposes an in-memory sqlite database through JSONAPI endpoints.
You can change the schema by editing schema.json.
You can execute tests by running:
yarn lint
yarn testMIT License (see LICENSE for details).