Skip to content

domika/SampleWeatherService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Weather Service

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.

Technologies to use

  • Spring Boot
  • Spring MVC
  • Spring Data, JPA and Hibernate
  • H2 embedded database
  • Netflix Hystrix
  • Docker
  • Spring Cloud (?)
  • ...

Supported weather APIs

Build

git clone git@github.com:domika/SampleWeatherService.git
cd SampleWeatherService
mvn clean install

Run

TBC

API Documentation

TBC

About

Sample Weather Service for practice purpose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages