Register gold knights with their photo ability and fight type
Register 'Gold knights' with a linked photo and the type of character's ability.
Here are the technologies used in this project.
- Ruby version 2.6.10
- Rails version 5.2
- PostgreSQL/sqlite
- Webpacker
- Github
- Heroku
*-bootsnap *-tty-spinner *-pry-rails *-rails-i18n *-Webpacker
-
Dependency
- Ruby
- Rails
-
To create and build your database accord of the project.
-
- rake yarn install
- rake db:create db:migrate
-
To create the previous files to use on the project, on the database.
- rake db:seed
-
To install the yarn
-
- yarn install
-
To install the gems.
- bundle install
-
To run the project.
- rails s or rails s -b 0.0.0.0