Jan 31

database, with database schema change

  • Show db.Column changes you have made to model/python file in Visual Studio CodeAlt text
  • Show initialization data code in VSCode Alt text Alt text
  • Demo delete database and run ./migrate.sh Alt text
  • Demo corresponding schema change in SQLite3 Alt text
  • Demo initialization data captured in Column in SQLite3 postman with /authentication screen

Show /authenticate endpoint code in Visual Studio Code

  • Show and Demo /authenticate in Postman… Alt text
  • Demo calling to endpoint
  • Show JSON data passed in call Alt text
  • Show Response window Alt text
  • Show Cookie acquired window Alt text
  • Cut/Copy/Paste Cookie into jwt.io and show decrypting payload postman with /api screen to access data under authentication Alt text

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

  • Show and Demo /api READ/GET endpoint in Postman… Alt text
  • Demo calling to endpoint that requires Cookie Alt text
  • Show Response/Data Alt text
  • Demo Deleting cookie
  • Demo calling endpoint again
  • Show Response/Failure Alt text