Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 834 Bytes

File metadata and controls

46 lines (27 loc) · 834 Bytes

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