Skip to content

LucaMueller1/SurvHey-BackEnd

Repository files navigation

SurvHey BackEnd

The Spring Boot Server of the awesome SurvHey Project. FrontEnd repository can be found here.

Overview

The OpenAPI Specification is the openapi.yaml document in the root directory and is aditionally generated during runtime (localhost:8080/v2/api-docs).

Run server

Start the server by running the deployment jar-file in the target directory:

java -jar swagger-spring-1.0.0.jar

Run in Docker

docker build -t survhey-backend .
docker run -d --name survhey-backend -p 8080:8080 survhey-backend

The API is reachable under localhost:8080. The BackEnd is included in the multi-container Docker stack in the SurvHey repository.

Run tests

Run the tests through maven from the root directory:

mvn test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •