N | Login | Pass | |
---|---|---|---|
1 | testuserone | testuserone123 | [email protected] |
2 | testusertwo | testusertwo456 | [email protected] |
3 | testuserthree | testuserthree789 | [email protected] |
4 | testuserfour | testuserfour890 | [email protected] |
5 | testuserfive | testuserfive901 | [email protected] |
for example
- choose one demo user
- open pizza's dashboard page first in one browser
- open pizza create page in another browser
- first in one browser create pizza and submit
- in another browser see list of accepted pizzas on dashboard
Page | Url | Description | Auth required |
---|---|---|---|
list | https://ermondel.github.io/pizza-app/#/list |
pizza's dashboard (websockets) | ✔️ |
user | https://ermondel.github.io/pizza-app/#/user |
user info | ✔️ |
pizza | https://ermondel.github.io/pizza-app/#/pizza |
create pizza | ✔️ |
sign in | https://ermondel.github.io/pizza-app/#/signin |
sign in | ✖️ |
sign up | https://ermondel.github.io/pizza-app/#/signup |
sign up | ✖️ |