A simple shop built with Django and Stripe for payment processing.
- User registration and authentication
- Product listing and detail pages
- Add to cart and checkout functionality
- Payment processing with Stripe
- Admin dashboard for managing products and orders
- Python 3.12
- Django 5.1
- Stripe API
- PostgreSQL (or SQLite for development)
- Tailwindcss for frontend styling
Follow these steps to get the project running locally:
- Install Python (3.10 or higher)
- Install Git
- Install a virtual environment manager (optional but recommended)
- Clone the repository:
git clone /~https://github.com/amieecode/shop-project.git