Collections

Blog Python Model code and SQLite Database.

From VSCode using SQLite3 Editor, show your unique collection/table in database, display rows and columns in the table of the SQLite database.

Screenshot-2024-04-17-at-12-55-54-PM

From VSCode model, show your unique code that was created to initialize table and create test data.

Screenshot-2024-04-18-at-9-57-12-AM

Lists and Dictionaries

Lists Blog Python API code and use of List and Dictionaries. In VSCode using Debugger, show a list as extracted from database as Python objects. Show two distinct example examples of dictionaries, show Keys/Values using debugger.

From Create Endpoint (Post)

Screenshot-2024-04-18-at-10-06-53-AM

From Login Endpoint (Authenticate)

Screenshot-2024-04-18-at-10-10-45-AM

Frontend

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

In Chrome inspect, and show the response of JSON objects from fetch of GET, POST, and UPDATE methods.

GET/UPDATE

Screenshot-2024-04-18-at-10-10-45-AMScreenshot-2024-04-18-at-10-14-05-AM

Screenshot-2024-04-18-at-10-10-45-AMScreenshot-2024-04-18-at-10-14-05-AMScreenshot-2024-04-18-at-10-16-01-AM

Added CSV, did the whole PY file, and added API connections to HTML file

Screenshot-2024-04-18-at-10-10-45-AMScreenshot-2024-04-18-at-10-14-05-AMScreenshot-2024-04-18-at-10-16-01-AMScreenshot-2024-04-18-at-10-21-57-AM

Screenshot-2024-04-18-at-10-23-11-AM

I Trained LINEAR REGRESSION Models

Screenshot-2024-04-18-at-10-23-11-AMScreenshot-2024-04-18-at-10-26-28-AM
my last request poem

Use JS Code for Success Handling

Screenshot-2024-04-18-at-10-29-50-AM

SPECIFIC API COMMANDS

POST (I worked on the post validation and implementation)

Screenshot-2024-04-18-at-10-33-21-AM