Pitsco / personal

MIT License
0 stars 0 forks source link

Derrick Huang - Pop quiz Questions + Answers #5

Open Pitsco opened 6 months ago

Pitsco commented 6 months ago

Derrick Huang, Period 1, Score (3.6/4)

Total Score: (0.9 + 0.9 + 0.9 + 0.9)/4 = 3.6/4

Question Score
1 0.9
2 0.9
3 0.9
4 0.9
5 0.9

1. Show JWT login or sign up process (0.9)

image

2. Show POJO and a change in POJO (0.9)

Originally, we had dob in our person.java file but I got rid of it because we don't need that for our nba api analysis. image image

3. Security Config and show rules required for docker (0.9)

image image

4. Show a docker update process (0.9)

fixed error with saying docker compose -d --build to docker compose up -d --build, 0.87 --> 0.9 docker compose build git pull docker compose up -d --build image

5. Show error handling (0.9)

Handling with errors image image