Integration
How the backend and frontend work together
Integration
This section explains how the Symfony backend and Nuxt frontend connect and work together as a complete full-stack application.
What's Covered
- API Communication — How the frontend calls the backend API
- Authentication Flow — End-to-end auth from registration to token refresh
- Payment Flow — Checkout to webhook to subscription activation
- Environment Setup — Matching configuration across both projects