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

Follow routes #78

Closed Dhooly closed 5 months ago

Dhooly commented 5 months ago

Description / Changes Made

Portions of this code that utilized AI generation

I utilized Github's copilot for inline code generation for some of the boilerplate and if statements for the routes I created.

Screenshots

image

How to Test

  1. Send a PATCH request with the following format: Follow User: http://localhost:5000/api/users/<user_issuing_follow_toggle>/follow/<user_to_be_followed>

Toggle Follow: image

  1. See if changes are reflected in database: image image

Checklist