Simple realisation of a payment system with backend (FastAPI) and frontend (React), integrated with Stripe.
This project is a minimal implementation of a payment application with authentication, database persistence, and a simple client interface.
It demonstrates how to structure a full-stack app with modern tools on both backend and frontend, while integrating Stripe for secure payments.
👉 payment-backend
A simple React UI to interact with the backend API.
- React (functional components with Hooks)
- Axios for HTTP requests
- Stripe.js for payment flow
- SCSS Minimal styling for clarity