Skip to content

Critalic/WeatherAggregator_Public

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather aggregator service

This repository contains a solution for a course work on the Components of software engineering course. It's a weather aggregator web service designed to make request to third-party APIs via HTTP and form both aggregated weather requests out of the data received.

A MySQL add-on at Clever Cloud was used as the database.

OAuth2 resource server is used for securing sensitive endpoints.

*C4 Container diagram*

Requirements:

  • Java 17 or higher
  • Spring Boot (v.3.0.2)
  • Maven 3.2
  • Apache Tomcat 8.5

Docker instructions

  • Build the image from the Dockerfile
docker build -t <image name> <path to Dockerfile>
  • Run the application from the image in the Dockerfile directory
docker run -p<your port>:8080 <image name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published