This directory contains the main application source code for the CV Generator built with Blazor Web Server.
Components/- Reusable Blazor components for the applicationPages/- Routable Blazor pages (with @page directive)Shared/- Shared components like layouts, navigation, and common UI elementsModels/- Data models and entity definitions (User, CV, Template, Education, Experience, etc.)Services/- Business logic and external service integrations (PDF generation, email, storage, etc.)Utils/- Utility functions and helper modulesConfig/- Application configuration files and environment settings