E-Commerce Shopping Website
Overview
This is a Django-based e-commerce shopping website that provides a wide range of features for online shopping. It includes user authentication, product listings, a shopping cart, order placement, and filtering options for products.
Features
Installation
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Abhay-Kanwasi/Full-stack-Ecommerce-Website
cd your-repo
-
Create a virtual environment and activate it:
python -m venv venv
`venv\Scripts\activate
- Install the required dependencies:
pip install -r requirements.txt
- Run the Django development server:
python manage.py runserver
Access the website in your web browser at http://localhost:8000/
Contributing
Contributions are welcome! If you have any suggestions or improvements, please open an issue or submit a pull request.
Author
Abhay Kanwasi
Acknowledgments
Thanks to the Django community for their excellent framework.