lmoehn / mohi

Monarch High School Ultimate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Climate Build Status

Monarch High School Ultimate (mohi)


Trying to organize, track and keep up-to-date information flowing for the 80+ students of the Monarch High Ultimate program is a daunting task. Getting teenagers to hand in paperwork signed by their parents, ordering uniforms, tracking payments, arranging carpools and making sure players are at practices and games are just a few of the things the coaches and volunteers have to manage. Oh, and on top of all that, the coaches are spending hours of their free time teaching these kids the greatest game ever . . . ultimate frisbee!

Background

What this site hopes to do is whittle away at the most time-consuming areas of managing the team, slowly replacing the spreadsheets and manual processes with an easy to use, updated systems. Along the way a few additional 'features' might be added to serve as learning tools in helping the programmer (me) develop some real-world experience. Let the good times roll!

Important Links

Setup

Please follow the steps below to get this site set up for local development.

  1. Clone this repo
  2. $bundle to install gems
  3. $rake db:create to create your test and development databases
  4. $rake db:migrate to migrate your test and development databases
  5. $rspec to run tests
  6. $rails s to start local server ($rails s -p # to specify port)
  7. in browser visit localhost:3000 (or specified port) to view on local server

About

Monarch High School Ultimate


Languages

Language:Ruby 57.8%Language:C 22.5%Language:CSS 18.7%Language:JavaScript 1.0%