thoralf-gutierrez / collaborative-bookshelf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to dev

Install dependencies

bower install
npm install

You'll also need to have a mongoDB installed.

Setup mongodb

Create a folder for your db, wherever you like

mkdir collaborative-bookshelf-db

Launch MongoDB with db in the folder just created

mongod --dbpath /path/to/collaborative-bookshelf-db

Create db and user for the app in mongo shell

use collaborativebookshelf
db.createUser({user:"collaborativebookshelf",pwd:"collaborativebookshelf",roles:["dbAdmin"]})

Launch app

gulp watch-dev

About


Languages

Language:JavaScript 63.5%Language:HTML 36.0%Language:CSS 0.4%