hetvit27 / team9trimester2

0 stars 4 forks source link

Week of 01-23 #11

Open hetvit27 opened 1 year ago

hetvit27 commented 1 year ago

Brian - Practice Problems Database BACKEND LINK

Iris - Discussion Board Database

Ellen - Equations Database

Database debugging w/ Sqlite image

Ran into a lot of issues with this; had to implement additional steps to get it working

JWT debugging and learnings:

  1. Generated new user and password with BCrypt
  2. Added to hardcorded user list in DB

INSERT INTO person (id,dob,email,name,password,stats) VALUES (22,1121929200000,"admin@admin.com","admin","$2a$10$NLAdhN1Leq00pVjoP1Br3OHy3eyDXR.modOhp3drN634TQTNh4vkq","{}");

image image

  1. Added Bcrypt to check hash in SecurityConfig.java

image

Postman image

Frontend image

Kian - Sign up page/HTML Frontend

Hetvi - Frontend + Tutor Database

hetvit27 commented 1 year ago

Score: 39/52

Corrections Blog

ellenjxu commented 1 year ago

Score: 46/52

Corrections Blog

iriisyang commented 1 year ago

Score: 38/52

Corrections Blog

bgt072105 commented 1 year ago

Score: 40/52

Corrections Blog

kiannp44 commented 1 year ago

Score: 42/52

Corrections Blog