E-Commerce:
1.System include 2 types of users (Admin, Customer).
2.Admin Users can login or add another admins
3.Customer users can Login and register
a. Validation in all fields included with Clear Error Messages
b.Logout included
4.Product to be used in the system contain the following properties:
a.ID
b.Name
c.Image
e.Price
f.Description
g.Stock Quantity
5.Admin can do the following:
a.Full CRUD operation on Product (validation included)
b.Full CRUD operation on Category (validation included)
c.Confirm/Reject customer orders
d.See all orders
6.Customer can do the following:
a.View Products (Filtration included)
b.Wish List for Products (Can Use Local Storage of Cookies)
c.Shopping cart for Products
d.Placing order (order is pending until Admin confirms or rejects it)
e.See previous orders
used local storage as database