-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
Jonathan Chan edited this page Apr 2, 2021
·
22 revisions
This page displays a log in form
GET /loginPOST /login
This page displays a signup form.
GET /signupPOST /signup
This page displays ...
-
GET /`
This page displays all books.
GET /
This page displays individual book with associated comments, as well as a navigation bar with login/signup or logout buttons. Logged in users can comment on this page and can update or delete their comments.
GET /books/:idPOST /books/:id/commentsDELETE /books/:id/comments
##'/profile'