kathinka
v0.1.7
Published
Node.js and Koa.js REST API Framework
Readme
Node.js and Koa API REST Framework
This should simplify such simple task as creating API using Koa
Setup app
Install Slush to bootstrap app
$ npm -g install slush slush-kathinkaInstall nvm to install 0.11 nodejs version
$ curl https://raw.githubusercontent.com/creationix/nvm/v0.12.1/install.sh | bashInstall MongoDB as database backend on OS X using Homebrew
brew install mongodb
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plistBootstrap application
$ mkdir newAwesomeApp
$ cd newAwesomeApp
$ slush kathinkaGenerate first resource
$ slush kathinka:resourceStart server
$ npm startCheck if app is up and running
$ curl http://localhost:54321/
{"status":"ok","version":"1"}TODO:
https://waffle.io/wercajk/kathinka
Test:
API covered with tests so far: http://docs.kathinka.apiary.io
Run
$ npm testAuthor:
Changelog
See releases.
License
MIT
Font Credits:
AW Conqueror, © Jean François Porchez, Typofonderie



