TianbinLiu / Fastpage

Apache License 2.0
0 stars 0 forks source link

Pair grade #17

Open TianbinLiu opened 1 year ago

TianbinLiu commented 1 year ago

Total points: 0.3/0.3 Extra: 0.2/0.2

Expected .1 - Frontend UI demo. UI takes inputs and passes them to an API and returns data from the backend to frontend. link

.1 - Postman API Demo. JSON Raw/Body formatted API passes inputs to backend and updates persistent table.

.1 - Java Demo - Object Creation. Tester method that shows creation of Objects and outputs to Terminal, illustrate printing objects (hopefully using toString().

Extra for now, required at end of project

.1 - Java Demo - Model Init. Delete database and show the creation and population of tables. Expected in this step is the use of CommandLineRunner and the use of a tool like SQLite Viewer

.1 - Java Demo with Postman or UI - All CRUD methods. Above was focused on Create and Read, this is focused on Update and Delete.

.1 - JWT Demo - Show UI receiving and setting cookie and backend providing cookie through /authenticate like method

ghost commented 1 year ago

Sophie Park peer grade: 0.5/0.3

Expected Frontend UI demo - Shows signup+login system, works with google accounts, very cool! Postman API demo - API is up and functional, as API key for third party. Java demo - Has testing method that creates accounts.

Extra: Model init - Showed database with SQLite viewer. JWT - Google login system. Pretty sure this counts as JWT.

Overall great job and beautiful AI.