Deeskili / studentrepo

Apache License 2.0
0 stars 0 forks source link

Spot Check #2

Open Deeskili opened 7 months ago

Deeskili commented 7 months ago
  1. 0.89 database, with database schema change

Show db.Column changes you have made to model/python file in Visual Studio Code code Show initialization data code in VSCode code

Demo delete database and run ./migrate.sh, Demo corresponding schema change in SQLite3, Demo initialization data captured in Column in SQLite3 code

  1. 0.92 postman with /authentication screen

Show /authenticate endpoint code in Visual Studio Code

code

Show and Demo /authenticate in Postman…, Demo calling to endpoint code

Show JSON data passed in call, Show Response window, Show Cookie acquired window code

Cut/Copy/Paste Cookie into jwt.io and show decrypting payload code

  1. postman with /api screen to access data under authentication

Show /api CRUD code in Visual Studio Code, expecting READ/GET code

code

code Show and Demo /api READ/GET endpoint in Postman… code