-
Setup Account with mLab
-
Copy mongoDB access point into app.js:
$ var mongoURI = process.env.MONGOLAB_URI || 'YOUR MONGODB CONNECTION ON mLAB';
-
Install Node.js
-
Navigate to the root directory
-
Install npm dependencies:
$ npm install $ npm install --global gulp
-
Use
gulp
to run the application -
Navigate your browser to https://localhost:4000
- Simply push your experimental changes to the
staging
branch. - Changes may be viewed here: https://cse112-1-staging.herokuapp.com/
The live app can be found here: https://cse112-1.herokuapp.com/