Lightweight nodejs base minimalist framework to make api easy.


Keywords
Koa, Apollo, Knex, Objection
License
MIT
Install
npm install kakojs@0.1.75

Documentation

KaKo Api

Lightweight nodejs base minimalist framework to make api easy.

Build Setup

# Goto example folder
cd example

# rename .env.sample to .env.development and change the database setting, create database and then migrate db
yarn db

# install dependencies
yarn install

# serve with hot reload at localhost:9090
yarn dev

# build for production and launch server
yarn build
yarn start

# generate static project
yarn run generate
``