From fbd8be1ea111b2bd27c36bd507e8c79ff11e8d8f Mon Sep 17 00:00:00 2001 From: adjoly Date: Sat, 26 Jul 2025 10:50:28 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=93=9D=E3=80=8D=20doc(README):?= =?UTF-8?q?=20added=20folder=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 4bea72a..ce1b173 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,20 @@ # knl_meowscendence Press F to pay respect +## Folder structure +├── docker/ # Docker-related setup for services +│ ├── api-base/ # Backend API base image and compose file +│ ├── front/ # Frontend image, config, and cert automation +│ ├── monitoring/ # Monitoring stack: Prometheus, Grafana, exporters +│ ├── networks.yml # Docker network definitions +│ └── volumes.yml # Docker volume definitions +├── src/ # Application source code +│ ├── api/ # Backend logic (auth, user management) +│ ├── front/ # Frontend files +│ └── utils/ # Utility modules (auth, TOTP, etc.) +├── flake.nix & flake.lock # Nix flake configuration +└── Justfile # Task automation commands + ## Modules done 5 major + 2 minor = 6 full modules