Skip to content

Latest commit

 

History

History
executable file
·
22 lines (14 loc) · 454 Bytes

README.md

File metadata and controls

executable file
·
22 lines (14 loc) · 454 Bytes

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).