Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 499 Bytes

COVID incidence data project for the Testing and Quality Software class 2021/2022

Web application that provides details on COVID19 incidence data. This was developed using a multi-layered web application designed in Spring Boot, supplied with automated tests, integration with external sources (API) and a Cache implementation

How to run:

To create jar file

Inside hw1-app folder

mvn clean package -DskipTests

Then,

./mvnw spring-boot:run