Skip to content
/ VR-CMS Public

Web based Virtual Reality Contents Management System

License

Notifications You must be signed in to change notification settings

cbchoi/VR-CMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VRWebViewer

Execution

  • Install node dependencies.
$ npm install
  • Install monogodb
$ brew install mongodb
  • Initialize Database
$ mkdir -p $PROJECT DIR/data/db
  • Start Database
$ mongod --dbpath $PROJECT DIR/data/db &
  • Run Server
$ DEBUG=express:* node ./bin/www

About

Web based Virtual Reality Contents Management System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published