Skip to content

lyip1992/indeterminatewoodchuck

 
 

Repository files navigation

Portalize

A video customer support system for e-commerce businesses.

Team

  • Product Owner: Niall O'Kane
  • Scrum Master: Brett Kan
  • Development Team Members: John Paulino, Leon Yip

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Requirements

  • Node 0.12.7
  • Postgres 4.4.0
  • Express 4.13.1
  • React 0.13.3
  • Flux 2.0.3

Development

Installing Dependencies

From within the root directory:

npm install

Server Environment Setup

Description

Follow the below directions to use Postgres for the development and test environments.

Install Postgres

Install the Postgres App from the following location: http://postgresapp.com

Follow the list of directions at http://postgresapp.com/documentation/cli-tools.html to setup your $PATH

Install Sequelize-CLI

npm install -g sequelize-cli

Migrate Postgres DB for the development and test environments.

Run the below command:

gulp setup —user MAC_USERNAME

Make sure to switch out MAC_USERNAME with your Mac's username

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 7.2%
  • HTML 1.9%