arpitnigam45 / djangoreactweb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Backend development workflow

virtualenv env
env\scripts\activate 
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start

For deploying

npm run build

About


Languages

Language:JavaScript 52.6%Language:Python 47.0%Language:HTML 0.4%Language:CSS 0.0%