# cottage-example-memo

Simple Memo CRUD example with [Cottage](http://github.com/therne/cottage). Tested on Node.js v6.2.0.

## How to Run?

 - Install dependency modules with `npm install`.
 - Modify `setting.json` for set your mongodb url and server's port.
 - Run it with `node index.js`!