Mayurifag / bets_accounting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:Ruby 70.2%Language:Vue 16.5%Language:JavaScript 11.0%Language:Dockerfile 1.2%Language:HTML 0.7%Language:Makefile 0.5%