API with information about Overwatch heroes and their abilities.
To run the application locally
Without docker:
bundle install
rails persist:heroes
rails s
With docker:
docker-compose up -d
docker-compose run app rails persist:heroes
| Name | Name | Last commit date | ||
|---|---|---|---|---|
API with information about Overwatch heroes and their abilities.
To run the application locally
Without docker:
bundle install
rails persist:heroes
rails s
With docker:
docker-compose up -d
docker-compose run app rails persist:heroes