Running the Backend

Learn how to run the reactive backend application.

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 ...