To start development server you need latest stable versions of git
, docker
,
docker-compose
and dip installed.
- Clone the repository ⬇️
git clone [email protected]:Mayurifag/bets_accounting.git
- Enter project directory 📁
cd bets_accounting
- Leave the rest of things to dip 😎
dip provision
- Frontend: localhost:3333
- Backend: localhost:8888
Just use dip rspec
to launch rspec
and get the spec coverage from
simplecov.
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.
There are simple end-to-end tests, you may launch them with make cypress
.