Implementation of a 3D-Viewer NodeJS app, using Express, MongoDB, Mongoose and ThreeJS.
- User-Login
- OBJ-File upload
- dynamic view generation
- display of Model through ThreeJS WebGL Viewer
- users
- signin
- signup
- profile
- modellist
- Express JS
- mongoDB (www.mongodb.org) / levelDB
- mongoose
- Jade - HTML Templating-Engine
- passport sigin module / auth module
- setup project, repository and dependencies
- prototype basic file upload
- basic database document schema
- test ThreeJS with OBJLoader
- read documentation and experiment with Express JS (framework)
- read ThreeJS documentation (viewer)
- read MongoDB documentation (database)
- read mongoose documentation (ODM for mongoDB database)
- read Passport documentation (user authentification)