https://github.com/memoizr/caturday_api
A sample legacy Rails app to practice refactoring.
https://github.com/memoizr/caturday_api
Last synced: 3 months ago
JSON representation
A sample legacy Rails app to practice refactoring.
- Host: GitHub
- URL: https://github.com/memoizr/caturday_api
- Owner: memoizr
- Created: 2015-03-10T09:27:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T18:23:10.000Z (almost 9 years ago)
- Last Synced: 2025-02-12T07:55:34.286Z (5 months ago)
- Language: Ruby
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Caturday
A sample legacy Rails app to practice refactoring.# License
GNU GENERAL PUBLIC LICENSE V3 https://www.gnu.org/licenses/gpl.html
# Configuration
Add a config file in config/app_environment_variables.rb with a link to your own Google Cloud Storage bucket
ENV['GOOGLE_KEY'] = "xxxxxxxxxxx"
ENV['GOOGLE_SECRET'] = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
ENV['CATURDAY_GOOGLE_BUCKET'] = "xxxx"# Database creation
To initialize the db with test data run db:seed
# Tests
Run bundle exec rspec spec/