Awesome
koa-bookshelf
Sample CRUD application with NodeJS, KoaJS, MongoDB, Twitter Bootstrap 3.
Running locally
Make sure node is 0.11.* or higher <br/> Make sure MongoDB is running <br/> Start app
gulp
or by running
npm start
or
node --harmony app.js
Deploy on Heroku
Login to Heroku from Terminal
heroku login
then push files to Heroku
git commit -am "Sample comment"
git push heroku master
heroku open