{"id":31771663,"url":"https://github.com/evrendev/starter.evren.dev","last_synced_at":"2026-04-08T23:34:43.534Z","repository":{"id":315041077,"uuid":"911683258","full_name":"evrendev/starter.evren.dev","owner":"evrendev","description":"An enterprise-grade, full-stack boilerplate based on .NET 9 and Vue 3 to accelerate modern SaaS application development using Clean Architecture.","archived":false,"fork":false,"pushed_at":"2025-10-16T07:08:55.000Z","size":5803,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T09:37:58.707Z","etag":null,"topics":["boilerplate","clean-architecture","csharp","docker","domain-driven-design","dotnet","fullstack","hangfire","jwt","multi-tenancy","signalr","typescript","vue","vuetify"],"latest_commit_sha":null,"homepage":"https://evren.dev","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evrendev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-03T15:45:09.000Z","updated_at":"2025-10-16T07:08:59.000Z","dependencies_parsed_at":"2025-10-01T13:09:56.947Z","dependency_job_id":"7f8b5bd3-00b0-457f-8a92-5cb7c1224f9a","html_url":"https://github.com/evrendev/starter.evren.dev","commit_stats":null,"previous_names":["evrendev/starter.evren.dev"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evrendev/starter.evren.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fstarter.evren.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fstarter.evren.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fstarter.evren.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fstarter.evren.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrendev","download_url":"https://codeload.github.com/evrendev/starter.evren.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fstarter.evren.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579056,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["boilerplate","clean-architecture","csharp","docker","domain-driven-design","dotnet","fullstack","hangfire","jwt","multi-tenancy","signalr","typescript","vue","vuetify"],"created_at":"2025-10-10T03:45:52.113Z","updated_at":"2026-04-08T23:34:43.519Z","avatar_url":"https://github.com/evrendev.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# EvrenDev - Full Stack Boilerplate\n\n\u003e An enterprise-grade boilerplate for modern web applications based on .NET 9 and Vue 3\n\n[![.NET](https://img.shields.io/badge/.NET-9.0-purple)](https://dotnet.microsoft.com/)\n[![Vue.js](https://img.shields.io/badge/Vue.js-3.5-green)](https://vuejs.org/)\n[![PostgreSQL](https://img.shields.io/badge/PostgreSQL-15-blue)](https://postgresql.org/)\n[![Docker](https://img.shields.io/badge/Docker-Compose-blue)](https://docker.com/)\n[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n\n## 📋 Table of Contents\n\n- [About the Project](#-about-the-project)\n- [Features](#-features)\n- [Technology Stack](#-technology-stack)\n- [System Requirements](#-system-requirements)\n- [Installation](#-installation)\n- [Development](#-development)\n- [Deployment](#-deployment)\n- [Configuration](#-configuration)\n- [API Documentation](#-api-documentation)\n- [Contributing](#-contributing)\n- [License](#-license)\n\n## 🚀 About the Project\n\n**Full Stack Boilerplate** designed to accelerate the development process of modern web applications. Utilizing a .NET 9 backend and Vue 3 frontend, this platform enables developers to build SaaS applications quickly and securely.\n\n### Key Goals\n\n- 🎯 **Rapid Development**: Quickly start projects with a ready-to-use infrastructure.\n- 🔒 **Security**: JWT Authentication, Role-based authorization.\n- 📈 **Scalability**: Multi-tenant architecture and a microservice-ready foundation.\n- 🎨 **Modern UI/UX**: Responsive design with Vue 3 + Vuetify.\n- 🔧 **DevOps Ready**: Support for Docker and CI/CD pipelines.\n\n## ✨ Features\n\n### Backend (.NET 9)\n\n- **🏗️ Clean Architecture**: Based on Domain-Driven Design principles.\n- **🔐 Authentication \u0026 Authorization**: JWT Bearer Token, Role-based access.\n- **🏢 Multi-Tenancy**: Tenant management with Finbuckle.MultiTenant.\n- **📊 Background Jobs**: Background processing with Hangfire.\n- **💾 Database Support**: Support for PostgreSQL \u0026 SQL Server.\n- **📧 Email Service**: Email sending with MailKit.\n- **📄 Export/Import**: Data transfer with Excel files.\n- **🔍 API Documentation**: Swagger/OpenAPI integration.\n- **📈 Monitoring \u0026 Logging**: Structured logging with Serilog.\n- **⚡ Caching**: Performance optimization with Redis.\n- **🌐 Localization**: Multi-language support.\n- **🔄 Real-time Communication**: SignalR integration.\n\n### Frontend (Vue 3)\n\n- **⚡ Modern Framework**: Vue 3 + Composition API.\n- **🎨 UI Framework**: Material Design with Vuetify 3.\n- **🏗️ Build Tool**: Fast development with Vite.\n- **📱 Responsive Design**: Mobile-first approach.\n- **🔄 State Management**: Centralized state management with Pinia.\n- **🌐 Internationalization**: Multi-language support with Vue I18n.\n- **📊 Charts \u0026 Visualization**: ApexCharts integration.\n- **🔧 TypeScript**: Type-safe development.\n- **🎯 Auto-import**: Automatic imports with Unplugin.\n- **🧪 Testing**: Playwright + Vue Test Utils.\n\n### DevOps \u0026 Infrastructure\n\n- **🐳 Docker**: Multi-stage Dockerfiles.\n- **🔄 Docker Compose**: Development and production environments.\n- **📦 Database Migrations**: Entity Framework migrations.\n- **🔧 Health Checks**: Application health monitoring.\n- **📊 Monitoring**: PostgreSQL + Redis health checks.\n\n## 🛠️ Technology Stack\n\n### Backend Technologies\n\n| Technology                | Version | Description                 |\n| ------------------------- | ------- | --------------------------- |\n| **.NET**                  | 9.0     | Core framework              |\n| **ASP.NET Core**          | 9.0     | Web API framework           |\n| **Entity Framework Core** | 9.0     | ORM and database migrations |\n| **PostgreSQL**            | 15+     | Primary database            |\n| **Redis**                 | Alpine  | Cache and session store     |\n| **Hangfire**              | 1.8.18  | Background job processing   |\n| **SignalR**               | 9.0     | Real-time communication     |\n| **MediatR**               | 12.5    | CQRS pattern implementation |\n| **FluentValidation**      | 12.0    | Request validation          |\n| **Mapster**               | 7.4     | Object mapping              |\n| **Serilog**               | Latest  | Structured logging          |\n| **JWT Bearer**            | 9.0     | Authentication              |\n| **Swagger/NSwag**         | Latest  | API documentation           |\n\n### Frontend Technologies\n\n| Technology      | Version | Description                |\n| --------------- | ------- | -------------------------- |\n| **Vue.js**      | 3.5.21  | Progressive framework      |\n| **Vuetify**     | 3.10    | Material Design components |\n| **TypeScript**  | 5.9     | Type-safe JavaScript       |\n| **Vite**        | 5.4     | Build tool and dev server  |\n| **Pinia**       | 3.0     | State management           |\n| **Vue Router**  | 4.5     | SPA routing                |\n| **Vue I18n**    | 11.1    | Internationalization       |\n| **Axios**       | 1.12    | HTTP client                |\n| **ApexCharts**  | 1.8     | Data visualization         |\n| **VeeValidate** | 4.15    | Form validation            |\n\n### Development \u0026 DevOps\n\n| Technology         | Description                   |\n| ------------------ | ----------------------------- |\n| **Docker**         | Containerization              |\n| **Docker Compose** | Multi-container orchestration |\n| **Make**           | Build automation              |\n| **ESLint**         | JavaScript/TypeScript linting |\n| **Prettier**       | Code formatting               |\n| **StyleLint**      | CSS/SCSS linting              |\n| **Playwright**     | End-to-end testing            |\n\n## 💻 System Requirements\n\n### Development Environment\n\n- **Operating System**: Windows 10+, macOS 10.15+, Ubuntu 18.04+\n- **.NET SDK**: 9.0.300+\n- **Node.js**: 22.x LTS\n- **Docker**: 20.10+\n- **Docker Compose**: 2.0+\n- **Git**: 2.30+\n\n### Production Requirements\n\n- **CPU**: 2+ cores\n- **RAM**: 4GB+ (8GB recommended)\n- **Disk**: 20GB+ available space\n- **Network**: HTTP/HTTPS access\n\n## 🚀 Installation\n\n### 1. Clone the Repository\n\n```bash\ngit clone [https://github.com/evrendev/starter.evren.dev.git](https://github.com/evrendev/starter.evren.dev.git)\ncd starter.evren.dev\n```\n\n### 2\\. Quick Start with Docker (Recommended)\n\n#### Development Environment\n\n```bash\n# Start the development environment\nmake dev\n\n# Alternatively:\ndocker compose -f docker-compose.yml -f docker-compose.override.yml up -d\n```\n\n#### Production Environment\n\n```bash\n# Start the production environment\nmake up\n\n# Alternatively:\ndocker compose -f docker-compose.yml -f docker-compose.prod.yml up -d\n```\n\n### 3\\. Manual Installation\n\n#### Backend Setup\n\n```bash\n# Check your .NET SDK installation\ndotnet --version\n\n# Install dependencies\ndotnet restore BackendBoilerplate.sln\n\n# Configure database settings (see Configuration)\n# Run the migrations\ndotnet ef database update --project src/backend/PublicApi\n\n# Run the backend\ndotnet run --project src/backend/PublicApi/PublicApi.csproj\n```\n\n#### Frontend Setup\n\n```bash\ncd src/frontend\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n\n# Build for production\nnpm run build\n```\n\n## 🔧 Development\n\n### Make Commands\n\n```bash\n# Display the help menu\nmake help\n\n# Start the development environment\nmake dev\n\n# Build and deploy for production\nmake build\nmake up\n\n# View logs\nmake logs\nmake logs-backend\nmake logs-frontend\n\n# Check container status\nmake status\n\n# Cleanup\nmake clean\n```\n\n### Development Workflow\n\n1.  **Feature Branch**: `git checkout -b feature/new-feature`\n2.  **Development**: Start the local environment with `make dev`\n3.  **Coding**: Backend: `src/backend/`, Frontend: `src/frontend/`\n4.  **Testing**: `npm run test` (frontend), `dotnet test` (backend)\n5.  **Commit**: Use Conventional Commits\n6.  **Pull Request**: Create a merge request to the main branch\n\n### Hot Reload\n\n- **Backend**: Automatic reload with `dotnet watch`\n- **Frontend**: Instant updates with Vite HMR\n- **Database**: Schema updates with EF Core migrations\n\n## 🌐 Deployment\n\n### Docker Production Deploy\n\n```bash\n# Build production containers\nmake build\n\n# Start the production environment\nmake up\n\n# Health check\ncurl http://localhost:5001/health\n```\n\n### Environment Variables\n\nSet the following environment variables for production deployment:\n\n```bash\n# Database\nASPNETCORE_ENVIRONMENT=Production\nDatabaseSettings__ConnectionString=\u003cyour_connection_string\u003e\nDatabaseSettings__DbProvider=PostgreSQL\n\n# Cache\nCacheSettings__RedisURL=\u003credis_connection\u003e\n\n# Security\nJwtSettings__SecretKey=\u003cyour_secret_key\u003e\nJwtSettings__Issuer=\u003cyour_issuer\u003e\nJwtSettings__Audience=\u003cyour_audience\u003e\n\n# Email\nMailSettings__Server=\u003csmtp_server\u003e\nMailSettings__Port=587\nMailSettings__UserName=\u003csmtp_username\u003e\nMailSettings__Password=\u003csmtp_password\u003e\n```\n\n## ⚙️ Configuration\n\n### Backend Configuration\n\nBackend configurations are managed with JSON files in the `src/backend/PublicApi/Configurations/` directory:\n\n#### Database Configuration (`database.json`)\n\n```json\n{\n  \"DatabaseSettings\": {\n    \"ConnectionString\": \"Host=localhost;Port=5432;Database=evrendev-sass;Username=postgres;Password=P@s5w0rd.123;Include Error Detail=true\",\n    \"DBProvider\": \"PostgreSQL\"\n  }\n}\n```\n\n#### Cache Configuration (`cache.json`)\n\n```json\n{\n  \"CacheSettings\": {\n    \"RedisURL\": \"localhost:6379\",\n    \"SlidingExpiration\": \"00:15:00\"\n  }\n}\n```\n\n#### CORS Configuration (`cors.json`)\n\n```json\n{\n  \"CorsSettings\": {\n    \"Angular\": \"http://localhost:4200\",\n    \"Blazor\": \"https://localhost:5002\",\n    \"React\": \"http://localhost:3000\",\n    \"Vue\": \"http://localhost:5173\"\n  }\n}\n```\n\n### Frontend Configuration\n\n#### API Base URL\n\n```typescript\n// src/frontend/.env.local\nVITE_API_URL=http://localhost:5001\n```\n\n#### Vuetify Theme\n\n```scss\n// src/frontend/src/assets/styles/admin/variables/_vuetify.scss\n// Custom theme configurations\n```\n\n### Environment-specific Configurations\n\n- **Development**: `*.development.json` files\n- **Docker**: `*.Docker.json` files\n- **Production**: Overridden by environment variables\n\n## 📚 API Documentation\n\n### Swagger UI\n\nOnce the backend is running, you can access the Swagger UI at:\n\n- Development: `http://localhost:5001/swagger`\n- Production: `https://your-domain.com/swagger`\n\n### Main Endpoints\n\n#### Authentication\n\n```\nPOST /api/identity/login\nPOST /api/identity/register\nPOST /api/identity/refresh-token\nPOST /api/identity/logout\n```\n\n#### User Management\n\n```\nGET    /api/identity/users\nPOST   /api/identity/users\nPUT    /api/identity/users/{id}\nDELETE /api/identity/users/{id}\n```\n\n#### Catalog Management\n\n```\nGET    /api/catalog/products\nPOST   /api/catalog/products\nPUT    /api/catalog/products/{id}\nDELETE /api/catalog/products/{id}\n```\n\n## 🧪 Testing\n\n### Backend Testing\n\n```bash\n# Run unit tests\ndotnet test\n\n# Generate coverage report\ndotnet test --collect:\"XPlat Code Coverage\"\n```\n\n### Frontend Testing\n\n```bash\ncd src/frontend\n\n# Run unit tests\nnpm run test:unit\n\n# Run E2E tests\nnpm run test:e2e\n\n# Playwright tests\nnpx playwright test\n```\n\n## 🔒 Security\n\n### Security Headers\n\nThe application includes the following security headers by default:\n\n- Content Security Policy (CSP)\n- X-Frame-Options\n- X-Content-Type-Options\n- Referrer-Policy\n- Permissions-Policy\n\n### Authentication Flow\n\n1.  **Login**: Obtain a JWT token with Username/Password.\n2.  **Authorization**: Access the API with a Bearer token.\n3.  **Refresh**: Token refresh mechanism.\n4.  **Logout**: Token invalidation.\n\n## 📈 Performance \u0026 Monitoring\n\n### Caching Strategy\n\n- **Memory Cache**: For frequently accessed data.\n- **Redis Cache**: For distributed caching.\n- **HTTP Cache**: For static resources.\n\n### Logging\n\n```bash\n# Set log levels\n\"Logging\": {\n  \"LogLevel\": {\n    \"Default\": \"Information\",\n    \"Microsoft\": \"Warning\"\n  }\n}\n```\n\n### Health Checks\n\n- Database connectivity\n- Redis availability\n- External service dependencies\n\n## 🤝 Contributing\n\n### Development Setup\n\n1.  Fork and clone the repository.\n2.  Create a feature branch: `git checkout -b feature/amazing-feature`\n3.  Commit your changes: `git commit -m 'feat: add amazing feature'`\n4.  Push your branch: `git push origin feature/amazing-feature`\n5.  Create a Pull Request.\n\n### Coding Standards\n\n- **Backend**: Microsoft C\\# coding conventions.\n- **Frontend**: ESLint + Prettier.\n- **Commits**: Conventional Commits format.\n- **Documentation**: In-code documentation is required.\n\n## 📄 License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://www.google.com/search?q=LICENSE) file for details.\n\n## 👨‍💻 Author\n\n**Evren Yeniuğur**\n\n- Website: [evren.dev](https://evren.dev)\n- LinkedIn: [evrenyeniev](https://linkedin.com/in/evreyeniev)\n- GitHub: [@evrendev](https://github.com/evrendev)\n\n---\n\n⭐ If you find this project useful, don't forget to give it a star\\!\n\n📞 For questions, please use the [Issues](https://github.com/evrendev/starter.evren.dev/issues) section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fstarter.evren.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrendev%2Fstarter.evren.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fstarter.evren.dev/lists"}