Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 287 Bytes

DogShowServer

Install

To install run shell npm install

To install mongo run shell brew update && brew install mongodb

To run mongo make a directory for your databases i.e. shell mkdir ~/mongoData

Then start mongo using shell mongod --dbpath ~/mongoData