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. Let’s look at how to set up and locally run the application this way.
These instructions are for locally running the application with Docker. ...