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
Step 1: Install Mongo DB - https://www.mongodb.com/docs/manual/installation/
Step 2: Download or clone the source code from GitHub to a local machine
Step 3: mvn clean install
Step 4: mvn spring-boot:run
Step 5: npm install
Step 6: ng serve