docker-compose up -d go run main.go
////API: SIGNUP FUNCTION API CALL (POST )
LOGIN FUNCTION API CALL (POST )
Admin add Product Function (POST )
View all the Products in db (GET )
Search Product by regex function (GET )
Adding the Products to the Cart (GET )
Removing Item From the Cart (GET )
Listing the item in the users cart (GET ) and total price
Addding the Address (POST )
Editing the Home Address(PUT )
Editing the Work Address(PUT )
Delete Addresses(GET )
Cart Checkout Function and placing the order(GET )
Instantly Buying the Products(GET )