I have an angular app running on localhost at port 4200 and spring boot on port 808. I want to deploy the Angular & Spring Boot Applications, but for me it is not clear what best practices are. I wanted to deploy the Angular application in AWS S3 and package the Spring application in a Docker container. Then I wanted to configure a proxy in Angular.
Now I have read an article that says that this method is not suitable for production.
Why is it not suitable for production and what are the better alternatives?
Many Thanks!