-
Notifications
You must be signed in to change notification settings - Fork 0
API Routes
Philip McCrickard edited this page May 10, 2022
·
1 revision
Renders the Home page
GET /
User can sign up, log in, or log in as demo
GET /signup
POST /signup
GET /login
POST /login
-
GET /posts
Fetches all the posts -
GET /posts/:post_id
fetches details about a specific post -
POST /posts
Adds a new post -
PUT /posts/:post_id
Edits a post -
DELETE /posts/:post_id
deletes a post
-
GET /reviews
Fetches all the reviews -
GET /reviews/:reviews_id
fetches details about a specific review -
POST /reviews
Adds a new review -
PUT /reviews/:review_id
Edits a review -
DELETE /reviews/:review_id
deletes a review