Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rubyforgood/scan-donation
- Owner: rubyforgood
- License: mit
- Created: 2017-04-30T02:36:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-15T02:19:16.000Z (over 7 years ago)
- Last Synced: 2024-08-04T08:01:37.762Z (5 months ago)
- Language: Ruby
- Size: 85 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Open-Source-Ruby-and-Rails-Apps - scan-donation - Donation app for Stop Child Abuse Now of Northern VA 👴 ✅ (Happy Exploring 🤘)
README
# scan-donation
Donation app for Stop Child Abuse Now of Northern VA## Setup
This project usesRuby `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