Posts

Showing posts with the label Angular 10

Quarkus + Angular + MongoDB CRUD Example

Image
Hello everyone, today we will learn how to develop a full-stack web application that is a basic User Management Application using Quarkus, Angular 10 and MongoDB. GitHub repository link is provided at the end of this tutorial. You can download the source code. 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 User Interface -Add User: - View all Users: -View User by ID: -Update User: We divided this tutorial into two parts.   PART 1 - Rest APIs Development using Quarkus and MongoDB PART 2 - UI development using Angular PART 1 - Rest APIs Development using Quarkus Project Directory : 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 configuration details utilized by Maven to build the project. It contains default values for