djodjoni / spring-boot-angular-example

Example app showing how to build a Spring Boot REST API and Angular UI

Home Page:http://developer.okta.com/blog/2017/04/26/bootiful-development-with-spring-boot-and-angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Example app showing how to build a Spring Boot REST API and Angular UI

http://developer.okta.com/blog/2017/04/26/bootiful-development-with-spring-boot-and-angular

License:Apache License 2.0


Languages

Language:TypeScript 34.3%Language:Shell 25.0%Language:Batchfile 17.8%Language:Java 14.1%Language:JavaScript 7.1%Language:HTML 1.7%