Search⌘ K
AI Features

Running the Backend

Explore how to set up and run a reactive backend application using Spring Boot and WebFlux. Learn to run MongoDB via Docker Compose and launch the Spring Boot reactive app with Maven. This lesson guides you through managing your Docker environment and backend execution to ensure your reactive system operates smoothly.

Running MongoDB with Docker

Remember that the complete source code (Spring Boot, Angular, and Docker) is available on GitHub: Full-Reactive Stack repository. If you find it useful, please star it!

Local setup

Let’s quickly see how you can run MongoDB on your machine before you try it for yourself on the Educative platform.

This step is optional. You can ...