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 User
Step 1: Download or clone the source code from GitHub to the local machine
Step 2: mvn clean install
Step 3: mvn spring-boot:run
Step 4: npm install
Step 5: npm run serve