/spring-boot-and-angular

Modified Google's Tour of Heroes Angular application with Spring Boot

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Spring Boot and Angular

Modified Google's Tour of Heroes Angular application. Mocked web services were replaced with real ones created in Spring Boot.

Clone

git clone https://github.com/julianjupiter/spring-boot-and-angular

Build and Run

  • Windows
.\mvnw.cmd package
java -jar .\target\spring-boot-and-angular-0.0.1-SNAPSHOT.jar
  • GNU/Linux, UNIX
./mvnw package
java -jar ./target/spring-boot-and-angular-0.0.1-SNAPSHOT.jar

Screenshots

Home/Dashboard

alt text

Search

alt text

Detail

alt text

List/Add

alt text