Skip to content

1st Project for the Software Quality and Testing class 2021/2022

Notifications You must be signed in to change notification settings

DXOGO/covid19-incidence-data_TQS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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