All Projects → oktadev → spring-boot-angular-example

oktadev / spring-boot-angular-example

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

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to spring-boot-angular-example

Ng Demo
🦴 Bare Bones Angular 10 and Angular CLI Tutorial
Stars: ✭ 154 (+63.83%)
Mutual labels:  angular-cli
Angular4 Docker Example
Efficiently Dockerized Angular CLI example app
Stars: ✭ 212 (+125.53%)
Mutual labels:  angular-cli
Blog Angular
Angular 笔记
Stars: ✭ 238 (+153.19%)
Mutual labels:  angular-cli
Nativescript Schematics
nativescript, mobile, schematics, angular
Stars: ✭ 176 (+87.23%)
Mutual labels:  angular-cli
Sb Admin Material
Simple Dashboard Admin App built using Angular 9 and Material 2.
Stars: ✭ 205 (+118.09%)
Mutual labels:  angular-cli
Angular5 Seed
Angular5 Seed for Application
Stars: ✭ 222 (+136.17%)
Mutual labels:  angular-cli
Spring Boot Angular4 Boilerplate
Quickstart for spring boot + angular 4 projects
Stars: ✭ 151 (+60.64%)
Mutual labels:  angular-cli
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+167.02%)
Mutual labels:  angular-cli
Angularfire2 Offline
🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
Stars: ✭ 209 (+122.34%)
Mutual labels:  angular-cli
Angular11 App
Angular 11 ,Bootstrap 5, Node.js, Express.js, CRUD REST API, PWA, SSR, SEO, Angular Universal, Lazy Loading, PostgreSQL, MYSQL
Stars: ✭ 233 (+147.87%)
Mutual labels:  angular-cli
Ngtron
Easily serve and build angular based electron applications
Stars: ✭ 178 (+89.36%)
Mutual labels:  angular-cli
Yfiles For Html Demos
Contains demo sources for the JavaScript diagramming library yFiles for HTML
Stars: ✭ 202 (+114.89%)
Mutual labels:  angular-cli
Angular Ngrx Material Starter
Angular, NgRx, Angular CLI & Angular Material Starter Project
Stars: ✭ 2,623 (+2690.43%)
Mutual labels:  angular-cli
Sb Admin Bs4 Angular 8
Simple Dashboard Admin App built using Angular 8 and Bootstrap 4
Stars: ✭ 1,931 (+1954.26%)
Mutual labels:  angular-cli
Model
Angular Model - Simple state management with minimalist API, one way data flow, multiple model support and immutable data exposed as RxJS Observable.
Stars: ✭ 242 (+157.45%)
Mutual labels:  angular-cli
Angular2 Crud Rest
Sample Angular (2.x and 4.x) app: CRUD example + routing
Stars: ✭ 152 (+61.7%)
Mutual labels:  angular-cli
Codelyzer
Static analysis for Angular projects.
Stars: ✭ 2,436 (+2491.49%)
Mutual labels:  angular-cli
Virtual-Classroom
Web Application based on Jitsi-Meet for better interaction between faculty and students.
Stars: ✭ 35 (-62.77%)
Mutual labels:  angular-cli
Ng Pokedex
🐵 Pokedex progressive web app built with Angular
Stars: ✭ 245 (+160.64%)
Mutual labels:  angular-cli
Angular Ru Interview Questions
Вопросы на собеседовании по Angular
Stars: ✭ 224 (+138.3%)
Mutual labels:  angular-cli

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].