Skip to content

Latest commit

 

History

History
executable file
·
25 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

executable file
·
25 lines (12 loc) · 457 Bytes

#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.