Final Project
Create the basic features for a front-end and back-end application.
In this course, we created the interface for a simple application to list and create products. Here, we’ll create the sales module.
In the task, we need to create the sale component to list the sales with the following lifecycle methods:
createupdatechangeviewWe’ll also need the model struct very similar to ProductList, but without the variants field.
In the task, we need to create the basic different endpoints:
createupdatelistdestroy