Closed bradcypert closed 7 years ago
Added the favorites table and endpoints. You can see the schema and what not here. If everything looks good, feel free to merge it.
GET /users/:user_id/favorites POST /users/:user_id/favorites {podcast_id: INTEGER} DELETE /users/:user_id/favorites/:podcast_id
LGTM
Merging into master
@Daeluse why do we want to allow favorites when subscriptions already exist? whats the difference?
Added the favorites table and endpoints. You can see the schema and what not here. If everything looks good, feel free to merge it.