Skip to content
This repository has been archived by the owner on Dec 4, 2021. It is now read-only.

foldaway/overwatch-backend

Repository files navigation

Overwatch Backend

CircleCI Maintainability

Web server that provides competitive statistics for a selection of Overwatch players.

Dependencies

  • $ bundle install

Development

Database setup

  1. Run $ rake db:setup
  2. Run: $ bundle exec rails s
  3. Access http://localhost:3000

Architecture

The web application is written in Ruby with the Rails framework (API only).