ike18t / objection-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Koa typescript 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

git clone git@github.com:Vincit/objection.js.git objection
cd objection/examples/koa-ts
npm install
npm start
node client.js

About


Languages

Language:TypeScript 66.4%Language:JavaScript 33.6%