Skip to content
This repository was archived by the owner on Aug 19, 2026. It is now read-only.

Latest commit

 

History

710 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CyberRangeCZ Platform Adaptive Training

Archived. This repository is archived and no longer maintained. Adaptive training has been decommissioned from the CyberRangeCZ Platform. The code below is kept for historical reference only.

This project represents back-end for managing adaptive training in CyberRangeCZ Platform.

Repository Structure

The repository is structured with packages as follows:

.api

Objects that are used for communication between the front-end and the back-end.

  • model definitions for transferred and received DTOs.
  • mappers
  • validation

.definition

Objects used for defining internal working of the application.

  • annotations for swagger documentation
  • configuration of frameworks and libraries
  • exceptions

.persistence

Objects used for communication with the database.

  • entities and their enums
  • repositories

.rest

Objects used for handling HTTP requests.

  • controllers
  • facades
  • transaction and security annotations

.service

Objects used for business logic.

.startup

Startup hooks.

  • Swagger for local environment is available here
  • H2 in-memory DB can be accessed here

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages