Skip to content

isabella232/alumni

 
 

Repository files navigation

Code for America Alumni Site

[Build Status][travis] [travis]: http://travis-ci.org/codeforamerica/alumni

About

The Code for America Alumni Network site. A Ruby on Rails application used to connect the Code for America Alumni.

Demo

You can see a running version of the application at http://alumni.codeforamerica.org/.

Requirements

  • Make sure the machine that you're using has Ruby 1.9.3 isntalled. We recommend using rbenv for Ruby version management.
  • The latest version of "bundler" installed which can be installed by running $ gem install bundler

Installation

git clone git://github.com/codeforamerica/alumni.git
cd alumni
bundle install
rake db:migrate

rake db:seed #seeds the database

Usage

rails server

TODO

Some TODO list items:

  • Add a stories model for Alumni to submit stories
  • On the home view randomly display a few stories
  • About page
  • Add News / Announcements
  • Add an activity model when logged in can see other users updates
  • OAuth using github
  • Add interns?

Contributing

See the contributing section for ways to contribute to this project.

Copyright

Copyright (c) 2012 Code for America. See LICENSE for details.

Code for America Tracker

About

Code for America Alumni Network

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.0%
  • Other 1.0%