...

/

What Are We Going to Build?

What Are We Going to Build?

Learn about the simple e-commerce web application we mentioned in the beginning of the course.

The e-commerce web application

We’ll build our e-commerce web application in an incremental manner. Our application will implement all the concepts that we’ll learn in the course. The application will consist of two parts: an admin section and a user section.

Admin section

The admin section of a web application is responsible for keeping a website running efficiently. The admin section manages website content, builds web pages, manages accounts, and much more. The admin section of our web application will provide functionalities to do the following:

  • Add products.
  • Delete products.
  • Edit/update products.
  • See all products.
  • Search products.
...