Open brandonso36 opened 9 months ago
Question 2: Postman with /authentication screen (0.91)
[x] Show /authenticate endpoint code in Visual Studio Code
[x] Show and Demo /authenticate in Postman…
[x] Demo calling to endpoint
[x] Show JSON data passed in call
[x] Show Response window
[x] Show Cookie acquired window
[x] Cut/Copy/Paste Cookie into jwt.io and show decrypting payload
Question 3: Postman with /api screen to access data under authentication (0.92)
[x] Show /api CRUD code in Visual Studio Code, expecting READ/GET code
[x] Show and Demo /api READ/GET endpoint in Postman
[x] Demo calling to endpoint that requires Cookie
[x] Show Response/Data
[x] Demo Deleting cookie
[x] Demo calling endpoint again
[x] Show Response/Failure
Question 1: Database, with database schema change (0.91)
[x] Show db.Column changes you have made to model/python file in Visual Studio Code
[x] Show initialization data code in VSCode
[x] Demo delete database and run ./migrate.sh