A test app that tries to use the following
- Angular single page webapp
- Spring boot backend
- A AuthServer with tokens backed by a jdbc token store
- Facebook login that links DB user to facebook account
- username/password login
- Install java
- Install maven
- In base directory, run
mvn spring-boot:run
- go to
http://localhost:8080
References: