Skip to content

karinamzalez/refugee-restart

 
 

Repository files navigation

Turing School of Software and Design - Module 3 - The Pivot

By Lucy Fox, Karina Gonzalez, and Anna Weisbrodt

Introduction:

Refugeerestart is a multi-tenant application for use by charities that seek donations to help arriving refugees. The application allows users to search for families using various criteria and pledge donations by adding items to a cart. It is also configured to allow users to contribute to micro-loans requested by charities on behalf of refugees.

Concepts:

  • Authentication
  • Authorization
  • Multi-tenancy
  • TDD - model and feature tests
  • CRUD
  • 1-1 and 1-many relationships
  • ReST-ful routes
  • Relational database design
  • Rails helpers
  • Sessions and flashes

Platforms/Dependencies:

  • Ruby 2.3.0
  • Rails 4.2.6
  • PostgreSQL
  • jQuery
  • Bootstrap-Sass
  • RSpec
  • Capybara
  • Shoulda Matchers
  • Leaflet (map)

Setup:

Clone down the repository and run bundle, run rake db:setup.

To run the test suite:

rspec

Production:

refugeerestart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.8%
  • Ruby 28.0%
  • HTML 9.0%
  • CSS 1.2%