Skip to content

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

Notifications You must be signed in to change notification settings

zhangjiana/virtual-bookcase

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 1.4%
  • Other 0.8%