- This project is a Django-based e-commerce platform designed to facilitate the online purchase of dairy products.
- It provides users with a seamless shopping experience, allowing them to browse, add to cart, and securely purchase dairy items.
Features: User Authentication Browsing Shopping Cart Wishlist Checkout Process Responsive Design
Technologies Used:
- Django: Python web framework for backend development.
- HTML/CSS: Frontend design and layout.
- JavaScript: Client-side scripting for dynamic interactions.
- Bootstrap: Frontend framework for responsive design.
- SQLite: Database management system for storing product and user data.
Installation: Clone the repository: git clone
Install dependencies: pip install -r requirements.txt
Run migrations: python manage.py migrate
Start the development server: python manage.py runserver
Access the platform at: http://localhost:8000/