smart ecommerce website
This project is an e-commerce website built using Flask, a lightweight Python web framework. The website provides a platform for users to browse products, add items to their cart, and make purchases.
- User registration and authentication
- Product listing with search functionality
- Product details page
- Shopping cart functionality
- Order management
- Admin dashboard for managing products and orders
To run this project, you'll need to have the following installed:
- Python 3.8 or later
- pip (Python package installer)
- Virtualenv (optional, but recommended for managing dependencies)
First, clone the repository to your local machine:
git clone https://github.com/debika-samanta/ecommerce.git
cd flask-ecommerce-website