Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 543 Bytes

Readme.md

File metadata and controls

14 lines (10 loc) · 543 Bytes

unit tests

System Usability Scale

a system usability scale calculator spring boot implementation

How To Run

  • Build and run locally:
    mvn spring-boot:run This requires java11 and maven
  • Or alternatively run the docker image:
    docker run -d -p8080:8080 mkamar/system-usability-scale

By default, the server will listen to HTTP requests on port 8080