0.1.75 • Published 3 years ago

kakojs v0.1.75

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

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
``