Arkham Downfall: This is the back-end companion to the Arkham Downfall app. This app is designed to pull data from ArkhamDB.com's public cards API for use on the Arkham Downfall front-end application.
- Fork and Clone the repo
- Install gem packages:
bundle install - Set up the database:
rails db:{drop,create,migrate,seed} - Run
rake cards:get_cardsto pull data from ArkhamDB.com down to local DB.
-
Ruby Version
$ ruby -v ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin20]
-
$ rails -v Rails 6.1.7
-
Database Creation
$ rails db:{drop,create,migrate,seed} Created database 'arkham_downfall_development' Created database 'arkham_downfall_test'
coming soon
