Skip to content

Latest commit

 

History

History

minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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

git clone git@github.com:Vincit/objection.js.git objection
cd objection/examples/minimal
npm install
npm start