Awesome
Orbit Server Template
A template repository for koa-orbit
Usage
yarn install
yarn dev
You 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 test
License
MIT License (see LICENSE for details).