robert-ngo / koa-bookshelf

Sample CRUD application with KoaJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

koa-bookshelf

Sample CRUD application with NodeJS, KoaJS, MongoDB, Twitter Bootstrap 3.

Running locally

Make sure node is 0.11.* or higher
Make sure MongoDB is running
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

About

Sample CRUD application with KoaJS


Languages

Language:CSS 91.9%Language:JavaScript 4.5%Language:HTML 3.4%Language:Ruby 0.3%