Harishgolla / koa

koa-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

koa-demo

License:MIT License


Languages

Language:JavaScript 82.8%Language:HTML 13.7%Language:CSS 3.4%