Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta authored Aug 26, 2020
1 parent 1e3b69b commit 12c4e1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,17 @@ Once this is done, backend can be run in this way.
### Routes

The application has 3 public routes:

`/` - Welcome page

`/questions` - Trivia Game Questions

`/results` - Result page

The API routes are:

GET `/api/scores` - return a list of all saved usernames and scores

PUT `/api/score` - save or update a score for a certain user in the db.

### Notes
Expand Down

0 comments on commit 12c4e1c

Please sign in to comment.