• Stars
    star
    2,029
  • Rank 22,818 (Top 0.5 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An e-commerce website built with Django

JustDjango

The Definitive Django Learning Platform.

*** Deprecation warning ***

This project was created almost two years ago. Since then, there is a newer version of the project which you can find here


Django E-commerce

This is a very simple e-commerce website built with Django.

Quick demo

alt text


Project Summary

The website displays products. Users can add and remove products to/from their cart while also specifying the quantity of each item. They can then enter their address and choose Stripe to handle the payment processing.

alt text


Running this project

To get this project up and running you should start by having Python installed on your computer. It's advised you create a virtual environment to store your projects dependencies separately. You can install virtualenv with

pip install virtualenv

Clone or download this repository and open it in your editor of choice. In a terminal (mac/linux) or windows terminal, run the following command in the base directory of this project

virtualenv env

That will create a new folder env in your project directory. Next activate it with this command on mac/linux:

source env/bin/active

Then install the project dependencies with

pip install -r requirements.txt

Now you can run the project with this command

python manage.py runserver

Note if you want payments to work you will need to enter your own Stripe API keys into the .env file in the settings files.


Follow the tutorial

This project is part of a series on YouTube that teaches how to build an e-commerce website with Django.


Support

If you'd like to support this project and all the other open source work on this organization, you can use the following options

Option 1: GitHub Sponsors

Sponsor through GitHub Sponsors. On GitHub, this repository shows a button where you can Sponsor the contributors.

Option 2: JustDjango

If you're learning Django and want to take your next step to become a professional Django developer, consider signing up on JustDjango.


Other places you can find us:

YouTube Twitter

More Repositories

1

django-react-boilerplate

A Django and React user authentication project boilerplate.
JavaScript
415
star
2

django-simple-ecommerce

A simple e-commerce website
HTML
397
star
3

django-react-ecommerce

An e-commerce web app built with Django and React
JavaScript
384
star
4

DjReact

A simple introduction to integrating Django and React.
JavaScript
367
star
5

getting-started-with-django

A beginners course for Django
Python
329
star
6

teach-me-django

A school system with online assignments. Built with React and the Django Rest Framework
JavaScript
315
star
7

justchat

A chat application built with Django channels.
JavaScript
267
star
8

dream_blog

A simple blog built with Django and Bootstrap4
CSS
264
star
9

django_project_boilerplate

A boilerplate Django project for quickly getting started
Python
212
star
10

video-membership

A basic video membership website built with Django and Stripe payments
JavaScript
119
star
11

Shopping_cart

A basic shopping cart for digital products. Made with Django
JavaScript
90
star
12

djfilter

A dynamic form built with Django
JavaScript
87
star
13

django-stripe-tutorial

A tutorial of how to integrate Stripe Payments with Django
Python
84
star
14

django_chat

A chat app built with Django Channels, React and TypeScript
Python
79
star
15

facial-recognition-saas

A facial recognition API built with the Django Rest Framework, React and OpenCV
JavaScript
61
star
16

My_Dashboard

A dashboard powered by Django, showing a notepad, scraping news articles and finance data with dash.py
Python
54
star
17

django_htmx_dynamic_forms

Python
48
star
18

aws-django

A boilerplate Django project for deployment with AWS
Python
47
star
19

drf-api

An introduction to building an API with Django and the Django Rest Framework
Python
43
star
20

django-news-scraper

Python
40
star
21

django-real-estate

A tutorial project for beginners learning Django
Python
36
star
22

dj-video-membership

Django Video Membership website
Python
36
star
23

django-nft-sniper

Self-Hostable NFT rarity tool built with Django
Python
33
star
24

Handling-User-Auth

A quick look at how to handle user authentication with Django.
Python
29
star
25

digital-marketplace

A digital marketplace website built with Django and Bootstrap.
HTML
27
star
26

friends

A Django project showcasing how users can add other users as friends.
Python
23
star
27

best-django-setup

Probably one of the best Django project setups
Python
22
star
28

gumroad-clone

A Gumroad Clone built with Django
CSS
21
star
29

CustomUserModel

A Django project showcasing how to create a custom user model.
Python
17
star
30

django_react_paypal

An integration of PayPal payments with Django and React
Python
15
star
31

Analytics_App

A Django app for analytics of user-views on a model or page.
Python
13
star
32

django-package-review

All the Django package reviews
Python
13
star
33

django-security

The code for the Django Security courses
JavaScript
13
star
34

job-board

A job board built with Django and React
Python
12
star
35

rest-markdown-blog-api

Django API for the Django React Markdown Blog Project
Python
11
star
36

rest-markdown-blog-ui

React frontend for the Django React Markdown Blog Project
JavaScript
11
star
37

drf-beginners

Django Rest Framework tutorial series for beginners
Python
9
star
38

upload-large-files

Upload large files with Django and Digital Ocean Spaces
Python
5
star