-
Notifications
You must be signed in to change notification settings - Fork 0
Frontend Routes
Daniel Upchurch edited this page Feb 19, 2021
·
9 revisions
User-facing routes
Log In Page
- [
GET /users/login
] - [
POST/users/login
]
Registration page
- [
GET /users/register
] - [
POST /users/register
]
Authentication required to access
Navigation bar, list of chirps, chirp creation form, chirp edit form, chirp delete button, chirp like/unlike button
GET /api/chirps
POST /api/chirps
POST /api/chirps/:id/likes
DELETE /api/chirps/:id/likes
PUT /api/chirps/:id
DELETE /api/chirps/:id
Authentication required to access
Navigation bar, details for specified chirp, chirp edit form, chirp delete button, chirp like/unlike button