Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 660 Bytes

Virtual Bookcase

A 3D virtual bookcase written with three.js, backed by Express and MongoDB.

Requirements

  1. Node.js(>=0.10.0)
  2. MongoDB(>=2.6)

Run

Make sure MongoDB is running first.

# import the data
mongoimport mock.json --db bookcase --collection books --jsonArray

# install dependencies
npm install

# build and start
grunt

TODO

  • Grunt task to minify JS code(with require.js optimizer)
  • Refactor main.js, move out object loaders

About