Skip to content

informatik-heilbronn/transparenz-cockpit

Repository files navigation

Transparent Cockpit

Transparenzcockpit is a database for project report organization with a database based on MongoDB and an online UI based on Next.js.

Basics

Find more Information here on our Confluence Page

Structure

This project is divided into two part the frontend and the backend.

Prerequisites

  • Docker & Docker-Compose (Docker Desktop)
  • Java 11 or newer
  • Node.js (optional)

Build

Build Frontend & Backend

gradle build

Test

gradle backend:test backend:checkstyleMain

Run

gradle backend:run