/pay-it-forward

Gamified, viral fundraising for charities.

Primary LanguageRuby

Pay it Forward

Build Status Code Climate Coverage Status Dependency Status

Built With

Open Source:

Services:

Setup

Setup Backing Resources

  • Setup Postgres
  • Run ./bin/setup
    • If you run into any error, configure the .env file and retry.

Environment Variables

  • All

    • DATABASE_URL: postgresql://username:password@host:port/database
  • Development

  • Production

    • AWS_ACCESS_KEY_ID: AKIAIOSFODNN7EXAMPLE
    • AWS_SECRET_ACCESS_KEY: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
    • AWS_S3_REGION: us-east-1
    • AWS_S3_BUCKET: name
    • AWS_S3_FQDN: //localhost
    • SECRET_KEY_BASE: ea1e8ba83614cc8d6140105a42642dc8391d6f2f8...

Contributing

This project's git flow is based on A successful Git branching model

  1. Find or Submit Bounty
  2. Make a Feature Branch from develop
  • Name it based on bounty: 18-init-project
  1. Make Changes
  • Use micro commits
  • Use the imperative, present tense: "change", not "changed" or "changes".
  1. Write tests
  • Will not accept PRs that reduce coverage
  1. Open PR back into develop
  • Make PR Description links to the Bounty and add a comment to the Bounty linking the PR