A deck building application for the card game Magic the Gathering.
All card data has been seeded from the Scryfall api. - https://scryfall.com/docs/api
- Ruby
- Rails
Add the following gem lines to your Gemfile:
gem 'rest-client'
gem 'bcrypt'
gem 'jwt'
gem 'simple_command'
gem 'pg'
and run bundle install from your shell.
The 'pg' gem is for the PostgreSQL database.
- Once the project is forked, make sure to run your migrations and seed your database. You can do this by running:
rails db:migraterails db:seed
- Once you've installed the necessary dependancies and run migrations and seeds, host your backend on localhost:3000 by using the rails command:
rails s
Contributions are currently unwelcome but suggestions and criticism on code quality are! This is a personal project for me at the moment.
All card content and logos / images belong to Wizards of the Coast.