Posts

Showing posts with the label Angular

JHipster: Micronaut + Angular + SQL Database CRUD example

Image
Hello everyone, today we will learn how to generate a  Monolithic Full-stack web application  that is a basic Employee Management Application using JHipster. Technologies used:  Micronaut, Angular, H2DB, Maven. User Interface JHipster is an open-source application development platform to quickly generate, develop, & deploy modern web applications & microservice architectures using Angular or React or Vue and Spring Boot or Micronaut Frameworks. Micronaut is a modern, JVM-predicated, full-stack Java framework designed for building modular, facilely testable JVM applications with support for Java, Kotlin and the Groovy language. JHipster Micronaut Environment Setup Step 1 :  Install Java 11,  click here Step 2 : Install Node.js,  click here Step 3 : Install JHipster using the following command npm install -g generator-jhipster@6.10.5 or yarn global add generator-jhipster@6.10.5 or Download  the JHipster Docker image,  click here Step 4(Optional) :  Install  Maven  or  Gradle  d

Micronaut + 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 Micronaut, Angular, 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   Add User: Retrieve All Users: Update User: View User: We divided this tutorial into two parts.   PART 1 - Rest APIs Development using Micronaut PART 2 - UI development using Angular 10  PART 1 - Rest APIs Development using Micronaut  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 most projects. Some of