Skip to content

WesleySkillern/h2ms

 
 

Repository files navigation

Hand Hygiene Monitoring System (H2MS)

Build

./mvnw install

Run

And then launch the server:

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

And visit http://localhost:8080/ in your browser.

To see an example End Point visit http://localhost:8080/events/create in your browser.

You can also build and run a docker container, see below.

Docker

See Spring Boot Docker. Basically:

./mvnw install dockerfile:build

And then:

docker run -d -p 8080:8080 cscie599/h2ms

Alternatively (to not keep the container running after ctrl-c):

docker run --rm -it -p 8080:8080 cscie599/h2ms

Docker Compose

In the project root:

docker-compose up

In Docker for Windows

  1. Start Kitematic
  2. Go into Docker CLI
  3. If not done already, set user permissions
    Set-ExecutionPolicy -Scope CurrentUser Unrestricted
  4. Then ./buildrun.ps1

About

Hand Hygiene Monitoring System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 65.6%
  • Shell 8.4%
  • HTML 8.0%
  • TypeScript 7.6%
  • Batchfile 6.5%
  • JavaScript 3.5%
  • Other 0.4%