roblankey / keyforge_on_rails

Rails API project for getting a handle on Ruby/Rails
1 stars 0 forks source link

KeyForge On Rails

Build Status

Rails application serving information on the card game KeyForge, created by Richard Garfield and produced by Fantasy Flight Games

Building

The application is built on Ruby 2.5.3 and Rails 5.2.2 and bundled with Bundler 1.17.2

Database

Migrations and database are spec'd to PostgreSQL. Standard Rails setup and migrations apply

rails db:setup
rails db:seed

Running

Standard Rails server applies as well here. So running is as easy as

rails s

JSON-API

The application provides interfaces to the card information via ActiveRecord through JSONAPI Suite and the JSONAPI specification