Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.58 KB

README.md

File metadata and controls

40 lines (19 loc) · 1.58 KB

Flask-eCommerce-Project

Home Page

Screenshot from 2021-12-17 11-24-50

Signup Page

Screenshot from 2021-12-17 11-27-04

Login Page

Screenshot from 2021-12-17 11-27-13

Product Page

Screenshot from 2021-12-17 11-27-19

Admin Page

From here admin can Add, Update and Delete a product by choosing appropriate details. Screenshot from 2021-12-17 11-27-32

Add a new product to the database: Screenshot from 2021-12-17 11-27-33

Update or Remove existing products from the database. Screenshot from 2021-12-17 11-27-39

Additional Functionalities

  1. Unless or until any user is signed in, the buy now functionality won’t work and they'll be redirected to the login page.

  2. If any user tries to access the admin panel or tries to add/update/delete a product by guessing the URL, he will be stopped and an appropriate message will be shown.