Posts

Showing posts with the label MongoDB

Spring Boot 3 + MongoDB + Angular 14 CRUD Application Example

Image
Hello everyone, today we will learn how to develop a full-stack web application that is a basic User Management Application using Spring Boot 3, MongoDB, and Angular 14. You could download the source code from our Github repository, the download link is provided at the end of this tutorial. After completing this tutorial what we will build?   We will build a full-stack web application that is a basic User Management Application with CRUD features:  • Create User  • List User  • Update User  • Delete User     View All Users: Add User: Update User: We divided this tutorial into two parts.   PART 1  - Restful API Development with Spring Boot 3 & MongoDB. PART 2  - UI development using Angular 14. PART 1 - Restful API Development with Spring Boot 3 These are APIs that Spring backend App will export: Backend project structure: Maven[pom.xml] A Project Object Model or POM is the fundamental unit of work in Maven. It is an XML file that contains information about the project and configura