Running the Application in Docker
Explore how to package and deploy a full reactive web application including Spring Boot backend and Angular frontend using Docker. Learn to generate build artifacts, create Docker images, and run them together with MongoDB for an easy local setup.
We'll cover the following...
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. ...