This is an e-commerce webapp that deals with all kinds of products , it allows Vendors to register and upload the products they have in stock for potential buyers to see
- Customer, Vendor registration and login
- Customers, Vendors, Admin update profile option
- Customers, add items to cart
- Customers, remove items from carts.
- Customers, view carts items.
- Vendors, add new Products
- Vendors, Edit exising products they have permission to.
- Vendors, Delete Products
- Admin, add new blogpost
- Admin, Delete blogpost
- Restrict Anonymous users from users only page.
- Restrict Customers from Vendors only page.
- Restrict Vendors from Admin only pages.
- git clone https://www.github.com/baccrie/Webstack_Porfolio-Project
- cd Webstack_Porfolio-Project
- source env/bin/activate
- python3 app.py
Here is a preview of the WebApp