Test the applications with real URL
damien-carcel opened this issue · 0 comments
damien-carcel commented
For now, only localhost
is used for local development and testing. This is no real conditions.
- Use Traefik under docker to have a reverse proxy
- Setup the application URLs, something like:
skeleton.docker.local
for the front-endapi.skeleton.docker.local
for the back-end
- [IF NEEDED] Fix the application so it works
This setup could be used when we'll have real end-to-end tests.