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

foldaway/overwatch-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 14, 2020
bc1596f · Aug 14, 2020
Sep 29, 2019
Aug 9, 2018
Apr 20, 2018
Aug 14, 2020
Aug 4, 2018
Sep 29, 2019
Apr 20, 2018
Apr 20, 2018
Apr 20, 2018
Apr 20, 2018
Apr 20, 2018
Aug 8, 2017
Apr 20, 2018
Apr 20, 2018
Apr 20, 2018
Sep 29, 2019
Dec 10, 2019
Dec 10, 2019
Oct 3, 2017
Apr 20, 2018
Aug 8, 2017
Aug 8, 2017

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).