Skip to content

Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS

Notifications You must be signed in to change notification settings

lamalul/Django-Ecommerce

 
 

Repository files navigation

Django-Ecommerce

Ecommerce website built with Django 2.2.3, Python 3.7.3, and AWS

image

Product Slide

image

Shop Page image

Product Detail Page image

Cart Page image

BillingAddress Page image

Stripe Payment Page image

Order Success Page image

Installation

pip install django

virtualenv env

For Mac/ Linux

source env/bin/activate

For Window

env\scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

For Admin Login

python manage.py createsuperuser
Username : admin
Password : 12345678

About

Ecommerce website built with Django 2.2.3, Python 3.7.3, Stripe and AWS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.5%
  • CSS 32.1%
  • HTML 12.9%
  • Python 3.4%
  • PHP 0.1%