okta-spring-boot-2-angular-5-example
A Cool Cars Example that showcases Spring Boot 2, Angular 5, and Okta's Support for both.
File Explorer
Download Latest Version (.zip)- app.e2e-spec.ts
- app.po.ts
- tsconfig.e2e.json
- car-edit.component.css
- car-edit.component.html
- car-edit.component.spec.ts
- car-edit.component.ts
- car-list.component.css
- car-list.component.html
- car-list.component.spec.ts
- car-list.component.ts
- home.component.css
- home.component.html
- home.component.spec.ts
- home.component.ts
- car.service.spec.ts
- car.service.ts
- giphy.service.ts
- auth.interceptor.ts
- app.component.css
- app.component.html
- app.component.spec.ts
- app.component.ts
- app.module.ts
- .gitkeep
- environment.prod.ts
- environment.ts
- favicon.ico
- index.html
- main.ts
- polyfills.ts
- styles.css
- test.ts
- tsconfig.app.json
- tsconfig.spec.json
- typings.d.ts
- .angular-cli.json
- .editorconfig
- .gitignore
- karma.conf.js
- package-lock.json
- package.json
- protractor.conf.js
- README.md
- tsconfig.json
- tslint.json
- maven-wrapper.jar
- maven-wrapper.properties
- Car.java
- CarRepository.java
- CoolCarController.java
- DemoApplication.java
- application.yml
- DemoApplicationTests.java
- .gitignore
- mvnw
- mvnw.cmd
- pom.xml
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/oktadev/okta-spring-boot-2-angular-5-example
Downloads the entire project code from GitHub to your computer.
cd okta-spring-boot-2-angular-5-example
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd server
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
3. Node.js
EasyPrerequisites
npm install && npm start
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
