Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prathameshpatil-01/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
https://github.com/prathameshpatil-01/e-shopee_python
bootstrap css ecommerce ecommerce-website flask html python sqlalchemy sqlite
Last synced: about 11 hours ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/prathameshpatil-01/e-shopee_python
- Owner: PrathameshPatil-01
- Created: 2021-11-11T20:06:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T15:13:21.000Z (12 months ago)
- Last Synced: 2024-04-20T16:27:09.430Z (7 months ago)
- Topics: bootstrap, css, ecommerce, ecommerce-website, flask, html, python, sqlalchemy, sqlite
- Language: HTML
- Homepage: https://e-shopee-python-prathamesh.onrender.com/
- Size: 7.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
# 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](https://img.shields.io/badge/Website-Live-brightgreen)](https://e-shopee-python-prathamesh.onrender.com/)
## Table of Contents
- [Features](#features)
- [Demo](#demo)
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)## 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](https://e-shopee-python-prathamesh.onrender.com/)
![Live Demo](Screenshots/eshopee.gif)
## Screenshots
![Screenshot 2](Screenshots/Screenshot2.png)
|:-------------------------------------------:|
| *Login Screen* |
![Screenshot 1](Screenshots/Screenshot1.png)
| *Sign Up Screen* |
![Screenshot 5](Screenshots/Screenshot5.png)
| *Home Screen* |
![Screenshot 4](Screenshots/Screenshot4.png)
| *Navigation Bar and Search Bar * |
![Screenshot 3](Screenshots/Screenshot3.png)
| *Categories* |
![Screenshot 6](Screenshots/Screenshot6.png)
| *Footer* |
![Screenshot 7](Screenshots/Screenshot7.png)
| *Add New Product* |
![Screenshot 8](Screenshots/Screenshot8.png)
| *Authorised Account* |
![Screenshot 9](Screenshots/Screenshot9.png)
| *Product Cards* |
![Screenshot 10](Screenshots/Screenshot10.png)
| *Category Screen 1* |
![Screenshot 11](Screenshots/Screenshot11.png)
| *Category Screen 2* |## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/PrathameshPatil-01/E-SHOPEE_PYTHON.git
cd E-SHOPEE_PYTHON
```2. **Install Dependencies:**
```bash
pip install -r requirements.txt
```## Usage
1. **Set Up Environment Variables** (if needed).
2. **Initialize the Database:**
```bash
python main.py
```3. **Open a web browser and go to:**
```
http://localhost:5000
```4. **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:
```bash
git checkout -b feature/my-feature
```3. **Make your changes** and commit them:
```bash
git commit -m "Add my feature"
```4. **Push to your forked repository:**
```bash
git push origin feature/my-feature
```5. **Create a pull request** on the original repository.