Home

Awesome

scan-donation

Donation app for Stop Child Abuse Now of Northern VA

Setup

This project uses

Ruby 2.4.1

Rails 5.1.1

Run the following commands to set up the project on your local machine:

git clone git@github.com:rubyforgood/scan-donation.git

cd scan-donation

bundle

rake db:create db:migrate

rails s to start the server

rake test to run test suite