Its a spring boot application with topics and courses
Perform Steps to run application:
- Open Courses folder and run "npm install"
- Now run npm run start
- Now UI application run on browser
- Run command "mvn package"
- run command with jar path "java -jar springbootapp-0.0.1-SNAPSHOT.jar"