Skip to content

gr211/sormas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sormas

Electronic Vaccination Booklet

Practical exercise involving the development of an electronic vaccination booklet using the technologies employed in the SORMAS application.

Installation

Prerequisites

  • Java 17
  • Maven 3.8.1

Build

mvn clean test

[...]

[INFO] Results:
[INFO]
[INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.430 s

Running

mvn spring-boot:run # dev mode

Or

mvn clean package -Pproduction # build for production

java -jar target/exercise-0.0.1-SNAPSHOT.jar

Visit the application at http://localhost:1236/login

Screenshots

Login Login Login Login

Observations

Met criteria

  • CVE1
  • CVE2
  • CVE3
  • CVE4
  • CVE5

Unmet criteria

  • Java 8

Old Nodejs dependencies were just not available anymore to run a java 8 version of Vaadin on my systems. I resorted to using java 17 to develop the application. Syntax is still forced down to java 8.

About

Carnet de Vaccination Electronique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors