-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Tran Le edited this page Apr 26, 2021
·
6 revisions
This page displays the landing page with navigation to log in and sign up.
GET /
This page displays a login form
GET /loginPOST /loginPOST /demo
POST /logout
This page displays a sign up form.
GET /signupPOST /signup
This page explores all the photos shared from all users.
GET /explore
This page displays the user's profile photostream and albums.
GET /users/:id/photosGET /users/:id/albums
This page displays a specific photo that can be edited or deleted.
GET /photos/:idPOST /photos/:id/editPOST /photos/:id/delete
This page displays a specific album that can be edited or deleted.
GET /albums/:idPOST /albums/:id/editPOST /albums/:id/delete