Back to Objection Js

Koa example project

examples/koa/README.md

3.1.5590 B
Original Source

Koa example project

This is an example project that targets node 8.0.0 and up. The project is a simple Koa server with a REST API that demonstrates the basic functionalities of objection like models, queries, relations, eager loading and graph inserts.

Note that this is not an example of how to build a web server. It's an example of how to use objection in a web server. All other aspects are kept as simple and minimal as possible.

Install and run

sh
git clone [email protected]:Vincit/objection.js.git objection
cd objection/examples/koa
npm install
npm start
node client.js