Home

Awesome

todomvc-orbit-server

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.

Usage

yarn install
yarn dev

This starts a development server running on http://localhost:3000.

License

MIT License (see LICENSE for details).