Chrissiez / students

MIT License
0 stars 0 forks source link

Data Structure Writeup #9

Open Chrissiez opened 6 months ago

Chrissiez commented 6 months ago

Collections

Blog Python Model code and SQLite Database.

Lists and Dictionaries

Blog Python API code and use of List and Dictionaries.

APIs and JSON

Blog Python API code and use of Postman to request and respond with JSON.

GET: Screenshot 2024-04-17 104706

PUT:

putrequestion

In VSCode, show algorithmic conditions used to validate data on a POST condition.

In Postman, show URL request and Body requirements for GET, POST, and UPDATE methods. POST:

postmanpost

GET:

postmanget2

Frontend

Blog JavaScript API fetch code and formatting code to display JSON.

login failure

if failure, it will say "login error"

M8tth3 commented 6 months ago

Matthew Wakayama Overall Grade: 90%

Collections

Lists and Dictionaries

APIs and JSON

Frontend