Decoupled Backend(Symfony) + Frontend(React ts) built with Traefik & Docker
Reverse proxy skeleton built for docker with traefik, showcasing a decoupled Symfony + React application, separating backend from frontend.
Installation
1. Copy .env.defualt to .env and the *DOMAIN* variable. (make sure to add it in hosts as well)
2. Run docker-compose up -d
3. Done!
- http://DOMAIN (React - frontend)
- http://DOMAIN/api (Symfony - backend)