mjayjones13 / beans

0 stars 0 forks source link

Server: CRUD - Delete - User #12

Closed joshcox closed 7 years ago

joshcox commented 7 years ago

Create a route to delete a user. We want all of a User's connections to update automatically, else we're passing stale information to the User. This might be an indicator that we need a Connection or Friend database model to hold relationships.