This is an E-Commerce Application using Python(Django). In this app, we can perform admin, and user-related actions needed to run an e-commerce company.
E-commerce website name is WireCart
- Star this repo on GitHub
- Check out the WireCart website
- Mahesh Final Project Report.docx
- Python Django Framework
- Bootstrap Framework
- Font-Awesome Library
- jQuery (for animation)
- Google Fonts API
- HTML5 & CSS3
- JavaScript
- AJAX
- JSON
- MySQL Lite Database
WireCart is a E-commerce website that is used to sell products.
- Add new product
- Edit product
- Delete product
- Add new category
- Edit category
- Delete category
- Add new user
- Edit user
- Delete user
- Add new order
- Edit order
- Delete order
- Add new shipping method
- Edit shipping method
- Delete shipping method
- Log in
- Log out
- Register
- Reset password
- Change password
- add to cart
- remove from cart
- add to wishlist
- remove from wishlist
- checkout
- view cart
- View product
- View category
- View user
- View order
- View shipping method
- View cart
- View wishlist
- View order history
- View order detail
git clone https://github.com/techstarMahesh/WireCart
cd WireCart
code .
pip install virtualenv
virtualenv env
.\env\Scripts\activate.ps1
pip install -r .\requirements.txt
python manage.py runserver
admin
docker build -t wirecart .
docker run -d -p 8000:8000 wirecart
docker stop wirecart
docker-compose up -d
docker rm wirecart
docker rm $(docker ps -a -q)
docker rm $(docker ps -a -q)
Buy cup of coffee thanks for reading this.