Skip to content

galib-1206/ShopSwift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopSwift

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

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 runserver

Frontend development workflow

nvm version recommended 16

npm i
npm start

For deploying

npm run build

About

An eCommerce platform for managing user accounts, shopping carts, and payments through Stripe.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors