membraneframework-labs / membrane_live

Webinar app in React, Phoenix and Membrane
Apache License 2.0
12 stars 2 forks source link

Ml 137 products on backend #128

Closed pkrucz00 closed 1 year ago

pkrucz00 commented 1 year ago

Adding endpoints described here. In short: this feature should enable sending HTTP requests in order to add or delete product from a webinar, list all products (all or by webinar). Also it changes the database (adds products table and webinars_products(an intermediate table between products and webinars) and adds a scripts that populates the products table (the priv/repo/seed.exs file)