Book Site API
Public routes
- GET /books - get all books
- GET /books/id - get specific book
- GET /login - login with password
- GET /get-current-user - get the username that is currently logged in
- GET /logout - log current user out
Protected routes
- POST /book - add a book
- PUT /book/id - replace a book
- DELETE /book/id - delete a book