The aim of the service is mostly practice but beyond that to get current geolocation-based weather information and store it into a database and also to provide these stored data to 3rd party applications.
And the main goal is - of course - to create a production-ready example application which can be easily deployed to AWS at the end.
- Spring Boot
- Spring MVC
- Spring Data, JPA and Hibernate
- H2 embedded database
- Netflix Hystrix
- Docker
- Spring Cloud (?)
- ...
- AccuWeather - API Reference: https://developer.accuweather.com/apis
git clone git@github.com:domika/SampleWeatherService.git
cd SampleWeatherService
mvn clean install
TBC
TBC