Skip to content

techgirl69/ninjagirl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django E-commerce Department Store

Quick start (development):

  1. Create a virtualenv and install deps:
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
  1. Copy .env.sample to .env and set DATABASE settings and STRIPE_SECRET_KEY.

  2. Run migrations and start server:

python manage.py migrate
python manage.py runserver
  1. API endpoints:
  • /api/products/ — list products
  • /api/products/<id>/ — product detail
  • /api/stripe/create-checkout/ — (placeholder) create Stripe Checkout session

Next steps: implement cart, checkout flow, admin UX, tests, CI/CD, and Docker deployment.

About

safeploace

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors