An open API service indexing awesome lists of open source software.

https://github.com/kasvith/objection.js-ts-error-sample


https://github.com/kasvith/objection.js-ts-error-sample

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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

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

> Note: Checkout tsconfig.json which is copied from NestJS