smart-u / django-react-ecommerce

An e-commerce web app built with Django and React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django React Ecommerce

alt text

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 building 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

About

An e-commerce web app built with Django and React


Languages

Language:Python 54.2%Language:JavaScript 45.3%Language:HTML 0.5%