ivantoz / KoaAPI

KOA JS API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KOA API

service for handling authentication and CRUD operation for fellows

installation

npm install

requirements

  • node 8.x
  • mongo 3.2.x w/ ssl support (running in background)

usage

to run in development mode:

npm run dev

server-side (not for local use):

npm start

to run lint check:

npm run lint

api

see here

license

unlicensed

all code © 2018 Ivan

About

KOA JS API


Languages

Language:JavaScript 99.4%Language:Shell 0.6%