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.git
Import 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 start
Angular CLI:
npm install -g @angular/cli
To execute the project:
ng serve
Linkedin: Keila Stuber.