Ecommerce Fastapi Stripe
ecommerce-fastapi-stripe is an open-source mini eCommerce starter kit built with FastAPI and Stripe. It enables developers to launch a fully functional online store without a database by loading product data directly from JSON files stored in the templates directory. The application features a clean, styled user interface and integrates Stripe for secure payment processing, allowing users to purchase items and manage transactions seamlessly. Key features include a simple setup process via Docker or manual Python virtual environment installation, dynamic product generation by adding JSON files and corresponding media assets, and customizable pricing and currency settings. The software serves as an ideal foundation for developers learning FastAPI, prototyping payment workflows, or creating lightweight e-commerce solutions with minimal configuration overhead. It supports easy expansion by allowing users to add new products through a straightforward JSON structure and image placement in static directories. While