Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.68 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.68 KB

Pizza App

Demo

ermondel.github.io/pizza-app/

Demo users (test auth)

N Login Pass Mail
1 testuserone testuserone123 testuserone@ukr.net
2 testusertwo testusertwo456 testusertwo@ukr.net
3 testuserthree testuserthree789 testuserthree@ukr.net
4 testuserfour testuserfour890 testuserfour@ukr.net
5 testuserfive testuserfive901 testuserfive@ukr.net

Pizza's dashboard on websockets

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

Main pages

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 ✖️