UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Closes #35: Modify/Fix Posts Routes And Update User Collection Accordingly #40

Closed Dhooly closed 5 months ago

Dhooly commented 5 months ago

This is related to issue #35

Description / Changes Made

Routes fixed:

  1. get_post
  2. create_post
  3. update_post
  4. delete_post

Screenshots

image

image

image

How to Test

  1. Install Postman
  2. Create a collection called 'Munch'
  3. Create a new request
  4. Select the HTTP method for the route you want to test (GET, POST, DELETE, etc)
  5. Add the proper route
  6. Add required data if necessary (JSON data, Content-Type, etc)
  7. Send the request
  8. Check if expected response is received
  9. Check if changes are reflected in the database
  10. Repeat steps 3-11 for any other requests

Checklist