/bets_accounting

:book: Better alternative to bets statistics spreadsheet. Built with Rails and Vue.js

Primary LanguageRubyGNU Lesser General Public License v3.0LGPL-3.0

Build Status Maintainability Test Coverage License: LGPL v3

Logo

Bets Accounting

Work in progress

Getting Started

Prerequisites

To start development server you need latest stable versions of git, docker, docker-compose and dip installed.

How to start

  1. Clone the repository ⬇️ git clone git@github.com:Mayurifag/bets_accounting.git
  2. Enter project directory 📁 cd bets_accounting
  3. Leave the rest of things to dip 😎 dip provision

Entrypoints

Tests

Rspec

Just use dip rspec to launch rspec and get the spec coverage from simplecov.

Parallel tests for RSpec

If you want to use all the cores of your CPU for API specs, you may use make parallel. Its not profitable due to small number of specs, though.

Cypress

There are simple end-to-end tests, you may launch them with make cypress.