Giter Club home page Giter Club logo

django-ecommerce's Introduction

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

django-ecommerce's People

Contributors

dependabot[bot] avatar lwlook avatar s3h10r avatar thesubjectsteve avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.