Skip to content

Yukiho-YOSHIEDA/CERS

Repository files navigation

CERS - COVID-19 Entrance Recording System

eslint JUnit Version 1.0 MIT License

English | 日本語

This system record someone entered or leaved the room.

Screenshots

Require

  • Java OpenJDK 11
  • docker-compose
  • Node.js v12.16.1

Downloads

How to run

$ java -jar cers.jar

  • Default port is 8080.
  • When you want to change port number to 80, run $ java -Dserver.port=80 -jar cers.jar.

How to run on development environment

  1. Clone this repository.
  2. Run $ cd cers on your turminal.
  3. Run $ docker-compose up -d.
  4. On macOS or Linux OS, Run $ ./gradlew bootRun. On windows, Run $ ./gradlew.bat bootRun.
  5. Access http://localhost:8080 .

How to run front-end development environment

  1. Run $ cd cers/front on your turminal.
  2. Run $ npm run serve.

How to build application

  1. Run $ cd cers on your turminal.
  2. On macOS or Linux OS, Run $ ./gradlew build. On windows, Run $ ./gradlew.bat build.
  3. When build successful, you can find .jar file in build/libs.

API docs

This project support Swagger UI.

  1. Run CERS develop environment.
  2. Access http://localhost:8080/swagger-ui.html .

Terminal devices

LICENSE

Under MIT License.