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.

Front-end Assignment

In the task, we need to create the sale component to list the sales with the following lifecycle methods:

  • create
  • update
  • change
  • view

We’ll also need the model struct very similar to ProductList, but without the variants field.

Back-end Assignment

In the task, we need to create the basic different endpoints:

  • create
  • update
  • list
  • destroy