An API to help Granblue Fantasy players create and share teams and strategies.
Find a file
Justin Edmund 67c004b2a4 Updates blueprints for new model attributes
* Renamed `ml` to `master_level`
* Added `ultimate_mastery` to Jobs and Parties
* Restructured `atk`, `hp`, `max_level`, and `max_skill_level` and other relevant attributes under a `stats` field on canonical objects
2023-03-10 23:24:18 -08:00
app Updates blueprints for new model attributes 2023-03-10 23:24:18 -08:00
bin
config Small Rails 7 configuration changes (#72) 2023-02-05 00:56:27 -08:00
db Update database schema 2023-03-10 23:14:45 -08:00
lib Update migrations 2023-03-10 23:14:33 -08:00
log
public
spec
storage
test
tmp
vendor
.gitignore Small Rails 7 configuration changes (#72) 2023-02-05 00:56:27 -08:00
.ruby-gemset
.ruby-version
.solargraph.yml
config.ru
Gemfile
Gemfile.lock
Rakefile
README.md

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...