Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 15 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,41 @@
# πŸ“ Mavluda_Beauty_Root
# πŸ“ Mavluda Beauty Repository

[Root](/.)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Mavluda_Beauty_Root** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.
Delivering luxury-tier architectural components and high-performance logic for the **Mavluda Beauty Repository** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
graph TD
Root["πŸ“ Mavluda_Beauty_Root"]
Root["πŸ“ Mavluda Beauty Repository"]
Root --> backend["πŸ“ backend"]
Root --> frontend["πŸ“ frontend"]
Root --> scripts["πŸ“ scripts"]
Root --> _env["πŸ“„ .env"]
Root --> _gitignore["πŸ“„ .gitignore"]
Root --> _gitignore_append["πŸ“„ .gitignore_append"]
Root --> GEMINI_md["πŸ“„ GEMINI.md"]
Root --> generate_all_readmes_py["πŸ“„ generate_all_readmes.py"]
Root --> generate_readmes_py["πŸ“„ generate_readmes.py"]
Root --> update_gitignore_sh["πŸ“„ update_gitignore.sh"]
```

## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `.env` | File | Core logic and utilities for this domain. | N/A |
| `.gitignore` | File | Core logic and utilities for this domain. | N/A |
| `GEMINI.md` | File | Core logic and utilities for this domain. | N/A |
| `generate_all_readmes.py` | File | Provides core logic and orchestration for generate_all_readmes.py. | N/A |
| `.env` | File | Provides core logic and orchestration for .env. | N/A |
| `.gitignore` | File | Provides core logic and orchestration for .gitignore. | N/A |
| `.gitignore_append` | File | Provides core logic and utilities for this domain. | N/A |
| `GEMINI.md` | Markdown | Provides core logic and orchestration for GEMINI.md. | N/A |
| `generate_readmes.py` | File | Provides core logic and orchestration for generate_readmes.py. | N/A |
| `update_gitignore.sh` | File | Provides core logic and orchestration for update_gitignore.sh. | N/A |

## πŸ”— Dependencies
*No internal path aliases detected in this directory.*
- No external dependencies.

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './core';

// Integrate into the application architecture
relevantMember.execute();
```
31 changes: 15 additions & 16 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Backend** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **backend** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -25,21 +23,22 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `.prettierrc` | File | Core logic and utilities for this domain. | N/A |
| `eslint.config.mjs` | JavaScript | Core logic and utilities for this domain. | N/A |
| `nest-cli.json` | JSON Configuration | Core logic and utilities for this domain. | N/A |
| `package-lock.json` | JSON Configuration | Core logic and utilities for this domain. | N/A |
| `package.json` | JSON Configuration | Core logic and utilities for this domain. | N/A |
| `tsconfig.build.json` | JSON Configuration | Core logic and utilities for this domain. | N/A |
| `tsconfig.json` | JSON Configuration | Core logic and utilities for this domain. | N/A |
| `.prettierrc` | File | Provides core logic and orchestration for .prettierrc. | N/A |
| `eslint.config.mjs` | JavaScript | Provides core logic and orchestration for eslint.config.mjs. | N/A |
| `nest-cli.json` | JSON Configuration | Provides core logic and orchestration for nest-cli.json. | N/A |
| `package-lock.json` | JSON Configuration | Provides core logic and orchestration for package-lock.json. | N/A |
| `package.json` | JSON Configuration | Provides core logic and orchestration for package.json. | N/A |
| `tsconfig.build.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.build.json. | N/A |
| `tsconfig.json` | JSON Configuration | Provides core logic and orchestration for tsconfig.json. | N/A |

## πŸ”— Dependencies
*No internal path aliases detected in this directory.*
- No external dependencies.

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './backend';

// Integrate into the application architecture
relevantMember.execute();
```
25 changes: 12 additions & 13 deletions backend/src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Src** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **src** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -23,11 +21,11 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `app.controller.spec.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `app.controller.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `app.module.ts` | TypeScript | Core logic and utilities for this domain. | @modules, @nestjs |
| `app.service.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `main.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `app.controller.spec.ts` | TypeScript | Unit testing and quality assurance for app.controller.spec.ts. | @nestjs |
| `app.controller.ts` | TypeScript | Handles incoming HTTP requests and routing for app.controller.ts. | @nestjs |
| `app.module.ts` | TypeScript | Defines the architectural module boundaries for app.module.ts. | @modules, @nestjs |
| `app.service.ts` | TypeScript | Encapsulates business logic and data access for app.service.ts. | @nestjs |
| `main.ts` | TypeScript | Provides core logic and orchestration for main.ts. | @nestjs |

## πŸ”— Dependencies
- `./app.controller`
Expand All @@ -54,9 +52,10 @@ graph TD
- `path`

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './src';

// Integrate into the application architecture
relevantMember.execute();
```
20 changes: 9 additions & 11 deletions backend/src/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Common** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **common** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -22,16 +20,16 @@ graph TD
```

## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
*No relevant files in this directory.*

## πŸ”— Dependencies
*No internal path aliases detected in this directory.*
- No external dependencies.

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './common';

// Integrate into the application architecture
relevantMember.execute();
```
23 changes: 11 additions & 12 deletions backend/src/common/config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [config](/backend/src/common/config)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Config** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **config** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -20,10 +18,10 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `app-config.module.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `app-config.service.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `configuration.ts` | TypeScript | Core logic and utilities for this domain. | N/A |
| `env.validation.ts` | TypeScript | Core logic and utilities for this domain. | N/A |
| `app-config.module.ts` | TypeScript | Defines the architectural module boundaries for app-config.module.ts. | @nestjs |
| `app-config.service.ts` | TypeScript | Encapsulates business logic and data access for app-config.service.ts. | @nestjs |
| `configuration.ts` | TypeScript | Provides core logic and orchestration for configuration.ts. | N/A |
| `env.validation.ts` | TypeScript | Provides core logic and orchestration for env.validation.ts. | N/A |

## πŸ”— Dependencies
- `./app-config.service`
Expand All @@ -34,9 +32,10 @@ graph TD
- `class-transformer`

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './config';

// Integrate into the application architecture
relevantMember.execute();
```
19 changes: 9 additions & 10 deletions backend/src/common/constants/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [constants](/backend/src/common/constants)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **constants** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -17,15 +15,16 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `error-messages.constant.ts` | TypeScript | Core logic and utilities for this domain. | N/A |
| `error-messages.constant.ts` | TypeScript | Provides core logic and orchestration for error-messages.constant.ts. | N/A |

## πŸ”— Dependencies
*No internal path aliases detected in this directory.*
- No external dependencies.

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './constants';

// Integrate into the application architecture
relevantMember.execute();
```
17 changes: 8 additions & 9 deletions backend/src/common/database/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [database](/backend/src/common/database)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Database** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **database** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -17,17 +15,18 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `database.module.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `database.module.ts` | TypeScript | Defines the architectural module boundaries for database.module.ts. | @nestjs |

## πŸ”— Dependencies
- `@nestjs/common`
- `@nestjs/config`
- `@nestjs/mongoose`

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './database';

// Integrate into the application architecture
relevantMember.execute();
```
19 changes: 9 additions & 10 deletions backend/src/common/decorators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [decorators](/backend/src/common/decorators)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Decorators** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **decorators** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -18,16 +16,17 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `public.decorator.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `roles.decorator.ts` | TypeScript | Core logic and utilities for this domain. | @nestjs |
| `public.decorator.ts` | TypeScript | Provides core logic and orchestration for public.decorator.ts. | @nestjs |
| `roles.decorator.ts` | TypeScript | Provides core logic and orchestration for roles.decorator.ts. | @nestjs |

## πŸ”— Dependencies
- `@nestjs/common`

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './decorators';

// Integrate into the application architecture
relevantMember.execute();
```
17 changes: 8 additions & 9 deletions backend/src/common/filters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[Root](/.) > [backend](/backend) > [src](/backend/src) > [common](/backend/src/common) > [filters](/backend/src/common/filters)

## 🎯 Purpose
Delivering luxury-tier architectural components and high-performance logic for the **Filters** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

**Architecture Layer:** Backend Infrastructure (Feature Sliced Design / Layered Architecture)
Delivering luxury-tier architectural components and high-performance logic for the **filters** domain. This directory is a crucial part of the Mavluda Beauty full-stack ecosystem, ensuring seamless scalability, robust performance, and an elite digital experience.

## πŸ—οΈ Architecture
```mermaid
Expand All @@ -17,16 +15,17 @@ graph TD
## πŸ“„ File Registry
| File Name | Type | Responsibility | Key Aliases Used |
|---|---|---|---|
| `i18n-exception.filter.ts` | TypeScript | Core logic and utilities for this domain. | N/A |
| `i18n-exception.filter.ts` | TypeScript | Provides core logic and orchestration for i18n-exception.filter.ts. | N/A |

## πŸ”— Dependencies
- `../constants/error-messages.constant`
- `express`

## πŸ› οΈ Usage
```markdown
```markdown
> This directory acts primarily as a structural container or logic module.
> To interact with its contents, import the relevant exported members from the `index.ts` or specifically targeted files.
```
```typescript
// Example usage within the Mavluda Beauty ecosystem
import { relevantMember } from './filters';

// Integrate into the application architecture
relevantMember.execute();
```
Loading
Loading