kathrynemary / mac_app

Volunteer Management Portal for the Midwest Access Coalition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Midwest Access Coalition Volunteer Management Portal

Build Status

Project Spec

Read about the details and goals for the app here

Ruby version

  • Ruby 2.2.2
  • Rails 4.2.6

Database

  • Postgresql

Local Development

Clone this repo.
Bundle with bundle install
Create DB createdb db/development
Run migrations with rake db:migrate
Start the server with bin/rails s

Test DB

Simple setup:

rake db:test:prepare

Manually reset DB:

bundle exec rake db:drop RAILS_ENV=test
bundle exec rake db:create RAILS_ENV=test
bundle exec rake db:schema:load RAILS_ENV=test

How to run the test suite

rspec or rake spec

Deploy to Heroku

http://midwestaccesscoalition.herokuapp.com/

About

Volunteer Management Portal for the Midwest Access Coalition

License:MIT License


Languages

Language:Ruby 70.7%Language:HTML 26.8%Language:CSS 1.3%Language:JavaScript 0.6%Language:CoffeeScript 0.6%