#koa
Demo with koa.
This is a simple demo of RESTful API with koajs checkout the live demo
How to try it (Try with node 0.12.0)?
$ git clone https://github.com/Harishgolla/kao
$ cd koa
$ mongoimport -d countrylist -c countries ./country.json # Import the DB, makes sure mongod is running.
$ npm install
$ npm run start
Open http://localhost:1337 to see the results.