aedoardo1990 / alternative-travels-api

Back End API of Social Media App "Alternative Travels"
0 stars 0 forks source link

USER STORY: Marketplace CRUD #11

Open aedoardo1990 opened 8 months ago

aedoardo1990 commented 8 months ago

As a developer, I want to be able to create, read, update and delete advertisements about products to be sold on the marketplace of the site.

aedoardo1990 commented 7 months ago

This is done. On top of that, I created as well a clone of the Likes and Comments app, which are linked via Foreign Key to the Marketplace Model. They are called respectively Loves and Opinions apps.