Skip to content

Berkana/constellation

 
 

Repository files navigation

Constellation

Cut though the confusion

Team

  • Product Owner: Austin Liu
  • Scrum Master: Justin Webb
  • Frontend Development Lead: Charlie Hwang
  • Backend Development Lead: Katrina Uychaco

Table of Contents

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

Usage

Some usage instructions

Requirements

  • Node 0.12.2

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

For postgres database setup:

which psql  # verify PostgreSQL is installed
createdb constellation # create database for application

To interact with database from the command line:

psql constellation

To reset database in order to test changes made:

dropdb constellation; createdb constellation; gulp; gulp

Tasks

From within the root directory:

Configure Database
Start Build

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Cut through the confusion

Resources

License

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 91.8%
  • CSS 6.6%
  • HTML 1.6%