Best Flask open-source libraries and packages

E SHOPEE_PYTHON

E-SHOPEE: A Simple and Basic e-Commerce Website Built with the Python Flask Framework. Experience complete user authorization and enjoy categorized products with the added feature of product addition
Updated 6 months ago

E-SHOPEE

E-SHOPEE is a dynamic e-commerce website powered by Flask, HTML, CSS, and Bootstrap. It allows users to explore and purchase a wide range of products across various categories.

Website

Table of Contents

Features

  • User Authentication: Secure login and registration system.
  • Product Management: Add and view products effortlessly.
  • Product Categorization: Easy navigation through product categories.
  • Responsive Design: Seamless experience across all devices.

Demo

Visit the live site: E-SHOPEE

Live Demo

Screenshots

Screenshot 2
Login Screen
Screenshot 1
Sign Up Screen
Screenshot 5
Home Screen
Screenshot 4
*Navigation Bar and Search Bar *
Screenshot 3
Categories
Screenshot 6
Footer
Screenshot 7
Add New Product
Screenshot 8
Authorised Account
Screenshot 9
Product Cards
Screenshot 10
Category Screen 1
Screenshot 11
Category Screen 2

Installation

  1. Clone the repository:
git clone https://github.com/PrathameshPatil-01/E-SHOPEE_PYTHON.git
cd E-SHOPEE_PYTHON
  1. Install Dependencies:
pip install -r requirements.txt

Usage

  1. Set Up Environment Variables (if needed).

  2. Initialize the Database:

python main.py
  1. Open a web browser and go to:
http://localhost:5000
  1. Create an account or log in to start browsing and shopping.

Contributing

We welcome contributions! To get started:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix:

git checkout -b feature/my-feature
  1. Make your changes and commit them:
git commit -m "Add my feature"
  1. Push to your forked repository:
git push origin feature/my-feature
  1. Create a pull request on the original repository.