Back to Objection Js

Minimal example project.

examples/minimal/README.md

3.1.5453 B
Original Source

Minimal example project.

This example has the bare minimum to get you running queries and testing out things with objection. If you want to see a more realistic example, with multiple models, relations, a REST API etc. check out the koa example

Install and run

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