/GreenBeacon

Primary LanguageJavaScript

GreenBeacon

Technical support platform

https://beacondev.herokuapp.com

DEMO: https://www.youtube.com/watch?v=DEihwaAqKkI

Team

  • Product Owner: Conor O'Leary
  • Scrum Master: Alina Lobastova
  • Engineers: Natasha Thapliyal , Zack Snyder

Table of Contents

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

Usage

With dependencies installed, run: node server.js

Requirements

  • "angular-route": "^1.5.8",
  • "angular-sanitize": "^1.4.2",
  • "body-parser": "^1.15.2",
  • "express": "^4.14.0",
  • "express-session": "^1.14.1",
  • "nodemon": "^1.11.0",
  • "passport": "^0.3.2",
  • "passport-github2": "^0.1.10",
  • "pg": "^6.1.0",
  • "sequelize": "^3.24.4"
  • "jquery": "^3.1.1"
  • "postgres": "6.7"

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

From your postgres terminal, create a database called 'beacon'

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.