-
Notifications
You must be signed in to change notification settings - Fork 0
Front End Routes
Chris Clark edited this page Jan 31, 2021
·
5 revisions
Log In Page
Sign Up Page
Authentication not required to access
Navigation bar, search bar, list of groups, list of events
Navigation bar, details for specified group, group edit form, group delete button
Navigation bar, Create Group form
- [`POST /api/groups/create]
Navigation bar, details for specified event, Event Edit form, Event Delete button, RSVP button, Comments Section, Add/Edit Comment Field
GET /api/events/:idDELETE /api/events/:idPUT /api/events/:idPOST /api/events/:id/rsvpsDELETE /api/events/:id/rsvpsPOST /api/events/:id/commentsDELETE /api/events/:id/commentsPUT /api/events/:id/comments
Navigation bar, Create Event form
- [`POST /api/groups/create]