Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 772 Bytes

File metadata and controls

12 lines (6 loc) · 772 Bytes

Spring Boot API with Angular UI

This example app shows how to create a Spring Boot API and display its data with an Angular UI.

Please read Bootiful Development with Spring Boot and Angular to see how this app was created. You can also watch this screencast on YouTube.

Bootiful Development with Spring Boot and Angular

To run the server, cd into the server folder and run mvn spring-boot:run.

To run the client, cd into the client folder and run npm install && ng serve.