smileydts / death-or-glory

0 stars 0 forks source link

Feature/dog 10 join game api #12

Closed smileydts closed 10 months ago

smileydts commented 10 months ago

@djpace14 When we do our check-in, we can review how to test the API calls. Nevertheless, when reviewing a PR it's good practice to also perform a "visual" on the webpage to ensure that there have been no "regressions" (i.e. new bugs) introduced. You can do that in the usual way:

  1. git fetch or git fetch origin (since the former command didn't seem to be fetching all remote branches for you, maybe due to your git configuration)
  2. git checkout feature/dog-10-join-game-api
  3. CTRL-C to quit running Docker processes (may take up to 10s, can skip this step if no process are running)
  4. docker-compose up
  5. Navigate to localhost:8080
  6. Test webpage