Skip to content

Setting up Environment

Christopher Vincent edited this page Jun 7, 2016 · 3 revisions

1. Install MongoDB through installer or package manager

sudo apt install mongodb

brew install mongo

2. Add db file path to mongo conf.

mongod --dbpath c:\node\nodetest1\data\

3. Install Yeoman and generator-express

npm install -g yo

npm install -g generator-express