- /api/heros - hero list
- /api/heros/{hero_id} - hero data
- /api/heros/{hero_id}/abilities - hero ability list
- /api/abilities/ - ability list
- /api/abilities/{ability_id} - ability data
- localhost:3000/admin
- Created services for fetch Overwatch Heros & Abilities
- Parsing fetched data and save it to Data Base
- Test cases for the controller api and model validation
- Docker created
- Rubocop added for ruby style guide
- run the command: docker-compose up --build
- run the command: rspec
- Continuos deployment
- Heroku app and run
- Rubycritic for code quality check