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
- Host: GitHub
- URL: https://github.com/salsita/foosball-rating
- Owner: salsita
- Created: 2019-03-04T09:30:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-25T07:39:02.000Z (over 3 years ago)
- Last Synced: 2025-06-08T12:42:34.974Z (5 months ago)
- Topics: internal
- Language: JavaScript
- Homepage: http://foos.salsitasoft.com
- Size: 3.51 MB
- Stars: 3
- Watchers: 26
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
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