This example app shows how to create a Spring Boot API and display its data with an Angular.
Prerequisites: Java 8, Spring Boot Tools, Node.js, Angular and MySQL .
To install this example application, run the following commands:
git clone https://github.com/KeilaStuber/crud_java_angular.gitImport the backend folder into Spring Boot Tools and run it.
Import the frontend folder into an IDE of your choice. This project was done with VsCode.
Run the command below to install the Angular CLI.
Dependencies:
npm install && npm startAngular CLI:
npm install -g @angular/cliTo execute the project:
ng serveLinkedin: Keila Stuber.