Open tarunja1ks opened 10 months ago
Q2(0.90/1)
postman with /authentication screen
[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
Q3(0.90/1)
postman with /api screen to access data under authentication
[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
Name: Tarun Jaikumar Period: 5 Scores: Q1: 0.91, Q2: 0.90, Q3: 0.90 Final Score: 1.81/2.0 Q1(0.91/1)
[x] database, with database schema change
[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
[x] Demo corresponding schema change in SQLite3
[x] Demo initialization data captured in Column in SQLite3