Foosball Rating App
NOTE: to run database locally with test data, see backend/README.md
-
Run npm install in both backend and frontend folders.
-
Run npm start in backend and THEN in frontend.
- start BE and FE, for example via
npm start:e2e
with prior database setup. You may need to passDATABASE_URL
parameter, seebackend/README.md
. - open cypress in watch mode
npm run cypress
- select browser and run all tests