- Starter code is asg3
- Due May 26
- GET /user
- POST /user
- PUT /user
- GET /user/{userid}/pet
- GET /user/{userid}/photo
- DELETE /user
- GET /pet -- Confirmed to work by Shayla
- POST /pet
- Live Chatroom
- PUT /pet/{petid}
- POST pet/{petid}/adopt
- DELETE /pet/{petid} //not sure how to delete "actual images from bucket"?
- GET /photo -- Confirmed to work by Loc
- POST / photo -- Confirmed to work by Loc
- PUT / photo
- DELETE / photo
- GET /photo/{petid} -- functional
- Rate Limiting -- Confirmed to work by Shayla