A simple JSON:API server for TodoMVC demo apps.
This project uses Koa Orbit and a simple
in-memory sqlite
database.
The schema is maintained in schema.json
.
yarn install
yarn dev
This starts a development server running on http://localhost:3000
.
MIT License (see LICENSE for details).