Simple example using Koa + Knex
Simple RESTful API implementation on Node.js + Express + Knex + Sqlite + Objection (ORM).
Clone the repo and use yarn
to install dependecies
git clone https://github.com/ricardocanelas/node-koa-knex-example
cd node-koa-knex-example/
yarn install
yarn db:migration
yarn db:seed
Start server
yarn start
Then visit http://localhost:3001
Test
yarn test