tenniswall
Scores from www.teniskisavez.com, www.tenisbg.org.rs
Scores from www.teniskisavez.com and tournament results (draw) from www.tenisbg.org.rs presented in more friendly way in your fingertips.
Application is separated into backend (Rest API) and frontend (UI) part.
Rest API is written in Sping/Groovy way using MongoDB as data store (using gradle)
UI is Angular/Bootstrap js app (using npm, bower, grunt)
Initial scaffolding done with Yo & SpringBoot (should try JHipster :) )
start rest part with
gradle run -x test
ui should...