- Python
- Django-Framework
- JavaScript
- HTML(Markup Lang)
- CSS(Markup Lang)
This is the ecommerce website I created. You can get support from my project and to improve your ecommerce based websites.
Feel free to contribute any by providing any bug fixes, suggestions, ideas, or anything else that may be of help.
- Product Catalog - main_page is to present products
- Admin Panel - function that helps you control all over the orders,adresses,payments,user,products etc
- Add to Cart - any product on the main_page can be added to cart
- Order-Summary - checkout the product that has been selected
- Prices - all products can be have discount price,normal price,that can be editable
- Product Detail - now the product detail page is added
-Add fully functional payment method via Stripe,Paypal etc
git clone https://github.com/ryankibayhan/ryb-ecommerce.git
Create a virtual environment
env/Scripts/activate
Running Server
python manage.py runserver