Skip to content
This repository was archived by the owner on Aug 26, 2023. It is now read-only.

Latest commit

 

History

History
57 lines (33 loc) · 4.16 KB

File metadata and controls

57 lines (33 loc) · 4.16 KB

MyEcom

I have made an E-Commerce application for the grocery items for both shopkeeper and the customer.

This is a projects for which the important commits are:

  1. Assignment 4.1

  2. Assignment 4.2.1

  3. Assignment 4.2.2

For the project details watch the tutorial NAAD2.0 - YouTube

What we have learned

During this project I have learned so many important and new concepts like:

  • Clarity of the objects and classes.

  • Use almost all the object-oriented programming concepts.

  • How to design classes and object and well structure them.

  • Seen UML (Unified Modeling Language) and get very basics of it.

Features in the application

  1. [ADMIN] can add product.

  2. [ADMIN] can edit the product.

  3. [ADMIN] can delete the product.

  4. [ADMIN] can see all products.

  5. [CUSTOMER] can add item in the cart.

  6. [CUSTOMER] can edit the item.

  7. [CUSTOMER] can remove the item from the cart

  8. [CUSTOMER] can see the cart.

  9. [CUSTOMER] can place order.

Previews of the application