Skip to content

raj-odc/overwatch-hero-ability

 
 

Repository files navigation

API Call's

  • /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

Active admin

  • localhost:3000/admin

Implementation

  • 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

Start the application

  • run the command: docker-compose up --build

Test the application

  • run the command: rspec

Pending

  • Continuos deployment
  • Heroku app and run
  • Rubycritic for code quality check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 86.6%
  • HTML 8.6%
  • CSS 2.0%
  • JavaScript 1.8%
  • Dockerfile 0.7%
  • Shell 0.3%