Skip to content

glowychan/twoodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mongo DB installation

  • brew update
  • brew install mongodb
  • mkdir -p /data/db
  • sudo chown -R `id -un` /data/db
  • Enter your password on prompt

To connect to DB

  • Run mongod on one terminal (always)
  • Run mongo on another one if you want mongo shell

Seed Database

  • From the project folder go to /server/db/
  • Run the following command: mongoimport --db twoodle --collection boards --drop --jsonArray --file seed.json

Strat

  • Run npm start in the root directory
  • Run node server.js in /server directory
  • Run mongod

About

Twoodle is your whiteboard on the web!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •