An open API service indexing awesome lists of open source software.

https://github.com/justdjango/django-react-ecommerce

An e-commerce web app built with Django and React
https://github.com/justdjango/django-react-ecommerce

Last synced: about 1 month ago
JSON representation

An e-commerce web app built with Django and React

Awesome Lists containing this project

README

        




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](https://youtu.be/RG_Y7lIDXPM)

## Backend development workflow

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

## Frontend development workflow

```json
npm i
npm start
```

## For deploying

```json
npm run build
```

---

Other places you can find us:

YouTube
Twitter