In this tutorial, I will show you way to build a full stack Angular 10 + Spring Boot + MongoDB example with a CRUD Application. The back-end server uses Spring Boot with Spring Web MVC for REST Controller and Spring Data MongoDB for interacting with MongoDB database. Front-end side is made with Angular 10, HTTPClient & Router.
Newer version: Angular 11 + Spring Boot + MongoDB example: CRUD Application
More Practice:
– Spring Boot, MongoDB: JWT Authentication & Authorization example
– Pagination with Angular 10 + Spring Boot example
Serverless with Firebase:
– Angular 10 Firebase CRUD Realtime Database
– Angular 10 Firestore CRUD with AngularFireStore