oktadev / 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

Prerequisites: Java 8 and Node.js.

Okta has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.

Getting Started

To install this example application, run the following commands:

git clone https://github.com/oktadeveloper/spring-boot-angular-example.git
cd spring-boot-angular-example

This will get a copy of the project installed locally. To install all of its dependencies and start each app, follow the instructions below.

To run the server, cd into the server folder and run:

./mvnw spring-boot:run

To run the client, cd into the client folder and run:

npm install && npm start

Help

Please post any questions as comments on the blog post, or visit our Okta Developer Forums. You can also email developers@okta.com if would like to create a support ticket.

License

Apache 2.0, see LICENSE.

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 61.4%Language:Java 23.2%Language:JavaScript 11.2%Language:HTML 3.7%Language:CSS 0.5%