database, with database schema change
- Show db.Column changes you have made to model/python file in Visual Studio Code
- Show initialization data code in VSCode
- Demo delete database and run ./migrate.sh
- Demo corresponding schema change in SQLite3
- Demo initialization data captured in Column in SQLite3
See above
postman with /authentication screen
- Show /authenticate endpoint code in Visual Studio Code
- Show and Demo /authenticate in Postman…
See above
- Show JSON data passed in call
See above
See above
- Show Cookie acquired window
- Cut/Copy/Paste Cookie into jwt.io and show decrypting payload
postman with /api screen to access data under authentication
- Show /api CRUD code in Visual Studio Code, expecting READ/GET code
- Show and Demo /api READ/GET endpoint in Postman…
Closing thoughts
In order to achieve success, I studied the different files in the backend as well as the front end code, and tried to fully understand the questions, repeating the process over and over to study.
See above
See above
See above
See above
In order to achieve success, I studied the different files in the backend as well as the front end code, and tried to fully understand the questions, repeating the process over and over to study.