Backend & Infrastructure


This page covers the core parts of the backend whicih works with Spring Boot.
Consider taking a proper look at the SpringBoot's documentation. It is not hard, most of the backend code are basic spring boot elements and concepts
https://docs.spring.io/spring-boot/index.html

1. Technical Core

2. The Bootstrap Logic (Admin Seeder)

We have a custom safety mechanism called AdminUserSeeder.java.

3. Security & Session Management

We use a hybrid security model to ensure the team can always access the dashboard.

4. Database & Persistence

We use PostgreSQL 15 as our source of truth.



Revision #2
Created 2026-04-14 13:26:33 UTC by Illia Guzerya
Updated 2026-04-14 14:59:34 UTC by Dmytro Khorsun