As part of Deliverable ⓵ Development deployment: JWT Pizza
, start up the application and debug through the code until you understand how it works. During the learning process fill out the following required pieces of information in order to demonstrate that you have successfully completed the deliverable.
User activity | Frontend component | Backend endpoints | Database SQL |
---|---|---|---|
View home page | |||
Register new user (t@jwt.com, pw: test) |
|||
Login new user (t@jwt.com, pw: test) |
|||
Order pizza | |||
Verify pizza | |||
View profile page | |||
View franchise (as diner) |
|||
Logout | |||
View About page | |||
View History page | |||
Login as franchisee (f@jwt.com, pw: franchisee) |
|||
View franchise (as franchisee) |
|||
Create a store | |||
Close a store | |||
Login as admin (a@jwt.com, pw: admin) |
|||
View Admin page | |||
Create a franchise for t@jwt.com | |||
Close the franchise for t@jwt.com |