An e-commerce web application built with Django, allowing users to browse and purchase items.
📦 Browse products by categories
🛒 Add items to your cart
💳 Checkout and complete your purchase
💬 Communicate with sellers through messaging
📈 Track order status
🐍 Python
🌐 Django Framework
🎨 HTML, CSS, JavaScript
💾 PostgreSQL (Database)
🔐 Django Authentication
📦 Third-party Packages (e.g., Stripe for payments) (if you want)
-
Clone the repository:
git clone https://github.com/yourusername/e-commerce-app.git cd e-commerce-app
-
Create a virtual environment and install dependencies: python -m venv venv source venv/bin/activate (Linux/macOS) OR venv\Scripts\activate (Windows) pip install -r requirements.txt
-
Create a superuser: python manage.py createsuperuser
-
Run the development server: python manage.py runserver
We welcome contributions! If you find a bug or have a suggestion, please open an issue.
To contribute code:
-
Fork the repository.
-
Create a new branch.
-
Make your changes.
-
Submit a pull request.
This project is licensed under the MIT License.
👤 Author: Dreeeems
To FreeCodeCamp.org His video