Backend for basket stats
- Postgresql-9.3 or major
- statsBasketServerJPA
Before starting the application you need to create (if you didn't allready have it) a user on postgresql, with credentials:
- user : postgres
- password : postgres
Then clone statsBasketServerJPA and launch task install.
To start the application launch on the project's root:
gradle build && java -jar build/libs/basketStatsServer.war
and go on localhost:8080/index.html. Have fun.