A simple note app built with MongoDB, Express, Angular, NodeJS.
It looks somehow like a Google Keep, for I just want it to be designed simple.
Use this project as a guide to MEAN.
Install the requirement with: npm install
Install and run the MongoDB
Run it with node app.js or test it with nodemon app.js which restart node on code update
Build the sass with grunt, watch it with grunt watch
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality.
Lint and test your code using Grunt.
2014-03-21 Basic function, everything works in a simple and clean way.
Copyright (c) 2014 zhangcx93
Licensed under the MIT license.