Skip to content

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

Notifications You must be signed in to change notification settings

salsita/foosball-rating

Repository files navigation

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