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

Posts/Bytes not saving user input to backend #106

Closed StacL closed 3 months ago

StacL commented 3 months ago

Describe the bug Post should be saved with user data in backend, but is only being saved with defaults

To Reproduce Steps to reproduce the behavior:

  1. Go to Create Post
  2. fill out form and click submit post
  3. go to profile page and notice that the description doesn't show
  4. go to database and see that post has default values
StacL commented 3 months ago

Fixed with #96