EshikaP1 / Student2

MIT License
0 stars 0 forks source link

Spot check #1 #5

Open EshikaP1 opened 4 months ago

EshikaP1 commented 4 months ago

postman with /authentication screen: JSON Passed: image Response Window: image Cookie: image JWT.io: image Authentication endpoint: image

database, with database schema change New column in .db file + schema change in SQLite3+ initialization data captured in Column in SQLite3(after running./migrate.sh): image Initialization code: image Run ./migrate.sh: image

CRUD Code: image Response data: image Delete cookies: image