This is an angular tech-demo. The app to the 'tour of heroes' tutorial from the official Angular tutorial, which is located at https://angular.io/tutorial. You can see my live demo here: ...
Build Restful CRUD API for a simple Note-Taking application using Spring Boot, Mysql, JPA and Hibernate. The app defines following CRUD APIs. GET /api/notes POST /api/notes GET /api/notes/{noteId} PUT ...