This is an e-commerce project dedicated to electronic gadgets, covering mobile phones, laptops, tablets, and accessories. It offers a user-friendly experience, with features like user registration, product browsing, filtering, sorting, cart management, secure billing, and smooth payment processing.
- User registration and authentication system.
- With a password change and forgot password functionality.
- Browse and search products conveniently.
- Add products to the shopping cart for a streamlined checkout process.
- Secure payment processing with integrated payment gateways.
- Product and inventory management.
- Built using technologies such as Django, Python, HTML, CSS, JavaScript, and more.
Clone the project
git clone https://github.com/PrinceGehlot24/ecommerce.git
Go to the project directory
cd my-project
Create a virtual environment
python -m venv venv
source venv/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
python manage.py runserver
Django, Django Template language , Ajax , Html , Bootstrap