SimpleShop
A full-stack Django ecommerce app built to practise realistic shop behaviour, backend state, and production deployment concerns.
Problem it solves: Provides a small but complete shopping flow with products, cart behaviour, checkout, user accounts, and order history.
- Product browsing with database-backed content.
- Session-based cart and checkout flow.
- User authentication and order history.
- Deployment-focused setup with hosted media/static considerations.