Running the Application in Docker
Learn how to run different parts of the application locally with Docker.
We'll cover the following...
In previous chapters, we covered how to run the backend Spring Boot application and how to run the frontend with Angular from the command line. However, it’s much easier to run everything together in Docker containers ...