Skip to content

FHachez/collaborative-bookshelf

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.6%
  • HTML 36.0%
  • CSS 0.4%