Develop & Deploy Web App With Angular, Spring Boot And MongoDB

In this mini-series, I’m going to show you how to create and deploy a web app to production using the following tech stack:

  • Angular 16
  • Spring Boot 3
  • MongoDB 5

After this, you will have a good understanding of how to develop web applications. Using the knowledge here, you can go ahead and develop almost any CRUD app ideas you have.

The repos for this mini series is available here:

  1. https://github.com/datmt/wallet-ui (UI)
  2. https://github.com/datmt/wallet-api (API)

Let’s get started.