Skip to content

Harishgolla/koa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published