A 3D virtual bookcase written with three.js, backed by Express and MongoDB.
- Node.js(>=0.10.0)
- MongoDB(>=2.6)
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
- Grunt task to minify JS code(with require.js optimizer)
- Refactor main.js, move out object loaders
- Author: Joyee Chueung<[email protected]>
- GitHub Repo: joyeecheung/virtual-bookcase