Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 347 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 347 Bytes

weatherman-project

User enters/requests Location e.g. Warsaw, app retreives Weather Data from external API e.g. OpenWeatherApi and stores Location request along with collected weather data in database - technologies: Java, CLI, Hibernate, OkHttp3, JUnit 5, H2Database; architecture, three layers Java Monolith: Controller, Service, Mapper, Dao.