👟️ Footwear a Django-based e-commerce project aims to provide shoe enthusiasts the ultimate online shopping experience, combining a powerful backend with a beautiful and user-friendly frontend.
- User Authentication and social authentication
- Product Management
- Product Browsing and Search
- Shopping Cart Management
- Checkout and Order Processing
- Responsive Design
git clone https://github.com/yourusername/ecommerce-website.git
cd ecommerce-website
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
https://learndjango.com/tutorials/django-allauth-tutorial
now access admin dashboard to create products website at http://127.0.0.1:8000/admin
- improve dashboard for admins
- allow online payments through stripe
- add copouts and discounts for products