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)
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 andwebinars_products
(an intermediate table betweenproducts
andwebinars
) and adds a scripts that populates theproducts
table (thepriv/repo/seed.exs
file)