All Projects → oktadeveloper → Spring Boot Angular Example

oktadeveloper / Spring Boot Angular Example

Licence: apache-2.0
Example app showing how to build a Spring Boot REST API and Angular UI

Programming Languages

java
68154 projects - #9 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Spring Boot Angular Example

Tutorial
Spring Boot的例子,包含RESTful API, MVC, JMS, Cache, Mybatis, Cache, Websocket...
Stars: ✭ 215 (+133.7%)
Mutual labels:  rest, spring-boot
Angularjs Springmvc Sample Boot
A RESTful sample using Spring Boot, Spring MVC, Spring Data and Angular/Bootstrap.
Stars: ✭ 309 (+235.87%)
Mutual labels:  rest, spring-boot
Digital Restaurant
DDD. Event sourcing. CQRS. REST. Modular. Microservices. Kotlin. Spring. Axon platform. Apache Kafka. RabbitMQ
Stars: ✭ 222 (+141.3%)
Mutual labels:  rest, spring-boot
Spring Microservice Sample
Spring Boot based Mircoservice sample
Stars: ✭ 199 (+116.3%)
Mutual labels:  rest, spring-boot
Micro Server
Microserver is a Java 8 native, zero configuration, standards based, battle hardened library to run Java Rest Microservices via a standard Java main class. Supporting pure Microservice or Micro-monolith styles.
Stars: ✭ 929 (+909.78%)
Mutual labels:  rest, spring-boot
Blockchain
A simple implementation of blockchain in java
Stars: ✭ 201 (+118.48%)
Mutual labels:  rest, spring-boot
Spring Boot File Upload Download Rest Api Example
Spring Boot File Upload / Download Rest API Example
Stars: ✭ 300 (+226.09%)
Mutual labels:  rest, spring-boot
Spring Petclinic Angular
Angular 8 version of the Spring Petclinic sample application (frontend)
Stars: ✭ 145 (+57.61%)
Mutual labels:  rest, angular-cli
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+423.91%)
Mutual labels:  rest, spring-boot
Springboot Mybatis
A REST back-end framework, integrated by Spring Boot, MyBatis and Spring Security OAuth
Stars: ✭ 359 (+290.22%)
Mutual labels:  rest, spring-boot
Angular2 Crud Rest
Sample Angular (2.x and 4.x) app: CRUD example + routing
Stars: ✭ 152 (+65.22%)
Mutual labels:  rest, angular-cli
Spring Boot Angular4 Authentication
spring-boot and angular 4 basic authentication with spring security
Stars: ✭ 74 (-19.57%)
Mutual labels:  spring-boot, angular-cli
Erc20 Rest Service
ERC-20 token standard RESTful service using Spring Boot and web3j
Stars: ✭ 150 (+63.04%)
Mutual labels:  rest, spring-boot
Spring Boot Postgresql Jpa Hibernate Rest Api Demo
Building RESTful APIs with Spring Boot, PostgreSQL, JPA and Hibernate
Stars: ✭ 209 (+127.17%)
Mutual labels:  rest, spring-boot
Keycloak Config Cli
Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.
Stars: ✭ 147 (+59.78%)
Mutual labels:  rest, spring-boot
Mastering Junit5
A comprehensive collection of test examples created with JUnit 5
Stars: ✭ 223 (+142.39%)
Mutual labels:  rest, spring-boot
Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (+50%)
Mutual labels:  rest, spring-boot
Javadevjournal
Source code for the tutorials published on the Javadevjournal site.
Stars: ✭ 141 (+53.26%)
Mutual labels:  rest, spring-boot
Guns
Guns基于SpringBoot 2,致力于做更简洁的后台管理系统,完美整合springmvc + shiro + mybatis-plus + beetl!Guns项目代码简洁,注释丰富,上手容易,同时Guns包含许多基础模块(用户管理,角色管理,部门管理,字典管理等10个模块),可以直接作为一个后台管理系统的脚手架!
Stars: ✭ 3,327 (+3516.3%)
Mutual labels:  rest, spring-boot
Versioning Spring Boot Starter
Spring boot starter using for versioning rest easily.
Stars: ✭ 11 (-88.04%)
Mutual labels:  rest, spring-boot

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 [email protected] if would like to create a support ticket.

License

Apache 2.0, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].