mycopunk-swag-store/backend/app/api
Jeff Emmett b924e41ce8 feat: Initialize mycopunk-swag-store e-commerce platform
Full-stack e-commerce platform for mycopunk merchandise:

Backend (FastAPI):
- Design service reading from mycopunk-swag repo
- Cart, checkout, and order management
- Stripe payment integration
- POD webhook handlers (Prodigi, Printful)
- Admin API with JWT auth
- PostgreSQL with Alembic migrations

Frontend (Next.js 15):
- Product catalog with SSR
- Shopping cart with localStorage persistence
- Stripe checkout redirect flow
- Tailwind CSS + shadcn/ui theming

Infrastructure:
- Docker Compose with PostgreSQL, Redis
- Traefik labels for swag.mycofi.earth
- Multi-stage Dockerfiles

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 16:59:45 +00:00
..
admin feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
__init__.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
cart.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
checkout.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
designs.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
health.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
orders.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
products.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00
webhooks.py feat: Initialize mycopunk-swag-store e-commerce platform 2026-01-29 16:59:45 +00:00