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.
python version recommended 3.8.10
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runservernvm version recommended 16
npm i
npm startnpm run build