All Projects → justdjango → Django React Ecommerce

justdjango / Django React Ecommerce

An e-commerce web app built with Django and React

Programming Languages

javascript
184084 projects - #8 most used programming language

JustDjango

The Definitive Django Learning Platform.

Django React Ecommerce

This repository contains a Django and React ecommerce project. Among other functionality, users can create their account, add items to their cart and purchase those items using Stripe.

Watch the tutorials on how to build this project

Backend development workflow

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build

Other places you can find us:

YouTube Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].