/project-status-board

Abandoned test project showing status across projects

Primary LanguageJavaScript

Project-status-board

This is a quick sketch rails app that shows multiple project statuses for a team. I started in on it for my own practice -- figured I'd share the result in case others were interested.

Check out a demo of it here:

project-status-board.herokuapp.com

user = awesome pass = sauce

Getting Started

After you have cloned this repo, run this setup script to set up your machine with the necessary dependencies to run and test this app:

% ./bin/setup

It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up your machine with this script.

After setting up, you can run the application using Heroku Local:

% heroku local

Guidelines

Use the following guides for getting things done, programming well, and programming in style.