Skip to content

j0giwa/klimaralley-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

klimaralley-server

Table of Contents

Introduction

Backendserver for the Lemgo Klimaralley project (prototype)

Features

fill out later

Installation

Clone the repository:

git clone https://github.com/j0giwa/klimaralley-server.git
cd klimaralley-server

Usage

Run the server in development mode:

mvn spring-boot:run

Run the server in production mode:

mvn package -DskipTests
java -jar target/klimaralley.server-0.0.1-SNAPSHOT.jar

API Documentation

The API documentation is generated using Swagger. To view the documentation, start the server and navigate to Swagger UI (http://localhost:8080/docs).

Testing

Testing is automated via github actions. Run tests manualy, execute:

mvn test && pytest ./test/test.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •