emrecoskun705 / e_commerce

An e commerce web app using Django framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2021-07-27-23-48-25-trim_iHZpJWxx_DcNe.mp4

Django E-Commerce

Simple django e-commertce website.

  • Python 3.7.6
  • virtualenv
  • All other requirments in requirments.txt file

Tech

Installation

You should use minimum Python 3.7.6 to run.

First clone this repository

git clone https://github.com/emrecoskun705/e_commerce.git

Install and create virtual environment

pip install virtualenv
virtualenv env

Install, create and start virtual environment

pip install virtualenv
virtualenv env
.\env\Scripts\activate

Then install all the requirments for project

pip install -r requirements.txt

Create a file named '.env' then copy the variables in '.env.copy' to '.env' then fill the values for those variables

Now, run the project from command line

python manage.py runserver

Creating superuser

python manage.py createsuperuser

Stripe webhook

To test and complete the order, stripe webhook must be working.

First, install Stripe CLI Then run this command

stripe listen --forward-to localhost:8000/webhooks/stripe/

About

An e commerce web app using Django framework.


Languages

Language:JavaScript 59.6%Language:CSS 25.2%Language:SCSS 9.3%Language:Python 3.6%Language:HTML 2.3%