Skip to content

renamabo/arkham_downfall

Repository files navigation

Contributors Issues Stargazers Forks

Welcome to Arkham Downfall - A database-driven web application

-----------------------------------------------------

Table of Contents

Overview

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.

Framework

Languages

Tools

Gems

Development Principles

Local Setup

  1. Fork and Clone the repo
  2. Install gem packages: bundle install
  3. Set up the database: rails db:{drop,create,migrate,seed}
  4. Run rake cards:get_cards to pull data from ArkhamDB.com down to local DB.

-----------------------------------------------------

Project Configurations

  • Ruby Version

    $ ruby -v
    ruby 2.7.2p137 (2020-10-01 revision 5445e04352) [x86_64-darwin20]
  • System Dependencies

    $ rails -v
    Rails 6.1.7
  • Database Creation

    $ rails db:{drop,create,migrate,seed}
    Created database 'arkham_downfall_development'
    Created database 'arkham_downfall_test'

Functionality

coming soon

About

A simple app in which a user may generate an arkham horror weakness based upon preset weakness pools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors