ElliottStokes / TwoRoomsAndABoom

Java SpringBoot application used to run the backend of instance of the card game Two Rooms and a Boom by Alan Gerding and Sean Mccoy
0 stars 0 forks source link

Create list users and remove user endpoint #9

Closed ElliottStokes closed 4 months ago

ElliottStokes commented 7 months ago

Create an endpoint to return a list of all the users registered to the game. Create an endpoint to remove a player from the game, this will remove them from the users table but this will only be able to be complete when a game is not in progress because of the foreign key constraints.