damien-carcel/app-skeleton

Test the applications with real URL

damien-carcel opened this issue · 0 comments

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-end
    • api.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.