Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wesorat/ShopCart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShopCart (Educational Project)

Django e-commerce platform with Stripe payments, Celery tasks and Redis caching.

Local Setup

Without Docker:

  1. Start services in separate terminals:
    stripe listen --forward-to localhost:8000/payment/stripe-webhook/
    redis-server
    celery -A ShopCart worker --pool=solo --loglevel=info
    celery -A ShopCart flower
  2. Run Django server:
    python manage.py runserver
    
  3. First-Time Setup Create superuser and generate test products:
    python manage.py createsuperuser
    python manage.py fake_products
    

Key Features

Stripe payments

Celery background tasks

Redis caching and task queue

Django REST API

Tech Stack

Backend: Django, DRF, Celery

Frontend: HTML/CSS

Infra: Docker, PostgreSQL, Redis, Nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published