This is a fully functional e-commerce website developed using Django. It includes essential features such as user registration and login, product listings, shopping cart functionality, order placement, and basic payment integration. The platform is designed with usability and scalability in mind, providing a solid foundation for online retail operations.
While the current version implements the core features necessary for a modern e-commerce experience, future enhancements are planned to incorporate more advanced functionalities like real-time inventory management, customer reviews, wishlists, advanced search filters, and personalized recommendations.
Demo Checkout :
https://our-ecom.onrender.com/
Ecom/
āāā ecom/ # Main project directory
ā āāā cart/ # Shopping cart application
ā āāā Store/ # Store application
ā āāā static/ # Static files (CSS, JS, images)
ā āāā media/ # User-uploaded media files
ā āāā templates/ # HTML templates
ā āāā ecom/ # Project settings
āāā venv/ # Virtual environment
āāā manage.py # Django management script
git clone <repository-url> cd Ecom
python -m venv venv # On Windows venv\Scripts\activate # On macOS/Linux source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
The application will be available at http://127.0.0.1:8000/
http://127.0.0.1:8000/admin to manage products, categories, and ordersFor any queries or support https://akshaykarthicks.github.io/AKS/