Skip to content
This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
/ haxhub Public archive

HaxHub is a Rails app which integrates the APIs of Github, Pivotal Tracker, and Travis CI to serve as an all-in-one software project feed.

Notifications You must be signed in to change notification settings

blairanderson/haxhub

Repository files navigation

HaxHub

Code Climate Coverage Status Build Status

a gSchool project by Blair Anderson, Geoffrey Schorkopf and Jorge Tellez

View the Live Site

There is currently no production site for this app.

Installing Haxhub

Once you've git cloned this repo, make sure to RUN

bundle install to load the gems used in this project.

Next, run rake db:migrate to setup your local DB

To view the site from your computer, you can then run redis-server and foreman start -p 3000 to view it at http://localhost:3000.

Introduction

HaxHub is a Rails app which integrates the APIs of Github, Pivotal Tracker, and Travis CI to serve as an all-in-one software project feed.

The background requirements for this project can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine.html.

HaxHub-specific requirements can be found at: http://tutorials.jumpstartlab.com/projects/feed_engine_concepts.html under the heading "Softline."

Run Our Test Suite

Make sure to run:

rake db:test:prepare

to setup your test database. Then run:

bundle exec rspec

Tweet Us, Y'all

About

HaxHub is a Rails app which integrates the APIs of Github, Pivotal Tracker, and Travis CI to serve as an all-in-one software project feed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published