I'm currently working on a project where I've created an Angular frontend and I'd like to integrate this with a Spring Boot backend. As I'm relatively new to this, I'm seeking some guidance on best practices to link the two together.
Initially, I attempted to place the Angular project within the 'resources' directory of the Spring Boot project. However, I ran into several issues and it didn't work out as I expected.
I've come across suggestions to maintain the frontend and backend as separate projects. I'm unsure about how to go about this.
Could anyone point me in the direction on to how to set up communication between the two.