Skip to content

Simple Agenda using AngularJS and Spring (REST and JPA)

Notifications You must be signed in to change notification settings

spekdrum/simple-agenda

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

angularContacts

POC that shows how to integrate AngularJS and REST services using Spring.It also shows how to use Spring JPA for interacting with the database.

Spring-Boot generates a single standalone .jar that "magically" (Spring rocks!) sets up the entire application (angular content, services, application server, etc)..

How to run

$ mvn clean package
$ java -jar target/(filename).jar

Browse to http://localhost:8080

Version

1.0.0

About

Simple Agenda using AngularJS and Spring (REST and JPA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 55.5%
  • HTML 25.1%
  • JavaScript 19.4%