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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ea74cc2 · Feb 25, 2022
Feb 11, 2022
Feb 11, 2022
Aug 18, 2020
Feb 11, 2022
Feb 11, 2022
Feb 11, 2022
Aug 18, 2020
Feb 11, 2022
Feb 11, 2022
Feb 11, 2022
Feb 11, 2022
Apr 14, 2020
Feb 11, 2022
Feb 11, 2022

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