Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rubyforgood/scan-donation

Donation app for Stop Child Abuse Now of Northern VA
https://github.com/rubyforgood/scan-donation

Last synced: about 1 month ago
JSON representation

Donation app for Stop Child Abuse Now of Northern VA

Awesome Lists containing this project

README

        

# 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 [email protected]: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