An open API service indexing awesome lists of open source software.

https://github.com/salsita/foosball-rating

Keeps track of foosball player's rating based on augmented chess elo rating
https://github.com/salsita/foosball-rating

internal

Last synced: 4 months ago
JSON representation

Keeps track of foosball player's rating based on augmented chess elo rating

Awesome Lists containing this project

README

          

# foosball-rating

Foosball Rating App

Notes on running the app locally
--------------------------------
**NOTE**: to run database locally with test data, see `backend/README.md`

1) Run npm install in both backend and frontend folders.

2) Run npm start in backend and THEN in frontend.

Run e2e tests
-------------

1) start BE and FE, for example via `npm start:e2e` with prior database setup. You may need to pass `DATABASE_URL` parameter, see `backend/README.md`.
2) open cypress in watch mode `npm run cypress`
3) select browser and run all tests