Skip to content

rikukissa/koa-mongoose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koa + Mongoose example app

Requires MongoDB + Node.js >= 0.11.9

Getting things up and running

git clone git@github.com:rikukissa/koa-mongoose.git
cd koa-mongoose
npm install
npm start
open http://localhost:9001 in your browser

Routes

  • GET /api/fruits
    • List all fruits
  • Post /api/fruits
    • Create new fruit

About

koa + mongoose example app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published