Created a user info page in which the last 6 scores of each user can be accessed. The scores update every time the game is played.
--> Created a SQLite table in the database for each user and their previous 6 scores
--> Created an API with get methods to display the table when the page is opened, and post methods to delete the oldest score in the table and post a new one
Deployed the server in AWS and maintained the instance
Overall Crossover Grading
Summary:
Links
Contributions:
Created a user info page in which the last 6 scores of each user can be accessed. The scores update every time the game is played. --> Created a SQLite table in the database for each user and their previous 6 scores --> Created an API with get methods to display the table when the page is opened, and post methods to delete the oldest score in the table and post a new one
Deployed the server in AWS and maintained the instance
Peer reviews
N@TM
CPT Rough Drafts