Skip to content

kkuo42/1-Fubar-App

Repository files navigation

Team 1 Enque

Code Climate Test Coverage Issue Count

First Run

  1. Setup Account with mLab

  2. Copy mongoDB access point into app.js:

     $ var mongoURI = process.env.MONGOLAB_URI || 'YOUR MONGODB CONNECTION ON mLAB';
    
  3. Install Node.js

  4. Navigate to the root directory

  5. Install npm dependencies:

     $ npm install
     $ npm install --global gulp
    
  6. Use gulp to run the application

  7. Navigate your browser to https://localhost:4000

Push to testing environment

  1. Simply push your experimental changes to the staging branch.
  2. Changes may be viewed here: https://cse112-1-staging.herokuapp.com/

Live Website

The live app can be found here: https://cse112-1.herokuapp.com/

About

CSE112 Project - Team 1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published