https://github.com/player29879/django-ecommerce
About Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS
https://github.com/player29879/django-ecommerce
django django-website djangoshopping-cart ecommerce-website python stripe
Last synced: 3 months ago
JSON representation
About Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS
- Host: GitHub
- URL: https://github.com/player29879/django-ecommerce
- Owner: player29879
- Created: 2024-08-06T14:14:35.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-06T14:18:03.000Z (11 months ago)
- Last Synced: 2025-02-04T09:33:18.583Z (5 months ago)
- Topics: django, django-website, djangoshopping-cart, ecommerce-website, python, stripe
- Language: JavaScript
- Homepage: http://zinmyo2141.pythonanywhere.com/
- Size: 17.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django-Ecommerce
Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

`Product Slide`

`Shop Page`
`Product Detail Page`
`Cart Page`
`BillingAddress Page`
`Stripe Payment Page`
`Order Success Page`
# Installation
`git clone https://github.com/zinmyoswe/Django-Ecommerce.git`
`cd Django-Ecommerce`
`pip install virtualenv`
`virtualenv env`
# For Mac/ Linux
`source env/bin/activate`
# For Window
`env\Scripts\activate`
`pip install -r requirements.txt`
Install below version in terminal and 'New Version will face version conflict error'
```python
pip install Django==2.2.4
python -m pip install django-allauth==0.40.0
pip install django-crispy-forms==1.7.2
pip install django-countries==5.5
pip install stripe==2.37.1
pip install Pillow```
`python manage.py makemigrations`
`python manage.py migrate`
`python manage.py runserver`
# For Admin Login
```python
python manage.py createsuperuser
Username : admin
Password : 12345678
```
# Demohttp://djangoecommerce.pythonanywhere.com
# HTML Template
https://colorlib.com/etc/fashe/index.html