{"id":24554018,"url":"https://github.com/fkucukkara/minimalapiplayground","last_synced_at":"2026-06-25T12:31:09.154Z","repository":{"id":174359422,"uuid":"652123536","full_name":"fkucukkara/minimalAPIPlayground","owner":"fkucukkara","description":"This project is a .NET 9 Minimal API built as part of a workshop to demonstrate advanced concepts in API development using the latest features of C# and .NET 9.","archived":false,"fork":false,"pushed_at":"2025-05-01T10:23:04.000Z","size":15166,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-01T11:28:12.275Z","etag":null,"topics":["cqrs-pattern","csharp","entity-framework-core","generic-repository","mediatr","netcore-webapi","solid-principles"],"latest_commit_sha":null,"homepage":"","language":"C#","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/fkucukkara.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}},"created_at":"2023-06-11T06:51:42.000Z","updated_at":"2025-05-01T10:23:08.000Z","dependencies_parsed_at":"2024-12-24T14:23:09.237Z","dependency_job_id":"e461c0e6-adef-4128-a400-8e53a21cad61","html_url":"https://github.com/fkucukkara/minimalAPIPlayground","commit_stats":null,"previous_names":["fkucukkara/minimalapitutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fkucukkara/minimalAPIPlayground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkucukkara%2FminimalAPIPlayground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkucukkara%2FminimalAPIPlayground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkucukkara%2FminimalAPIPlayground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkucukkara%2FminimalAPIPlayground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fkucukkara","download_url":"https://codeload.github.com/fkucukkara/minimalAPIPlayground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fkucukkara%2FminimalAPIPlayground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34775927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-25T02:00:05.521Z","response_time":101,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cqrs-pattern","csharp","entity-framework-core","generic-repository","mediatr","netcore-webapi","solid-principles"],"created_at":"2025-01-23T02:17:06.018Z","updated_at":"2026-06-25T12:31:09.105Z","avatar_url":"https://github.com/fkucukkara.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimal API Workshop\n\n## Overview\nThis project is a **.NET 9 Minimal API** built as part of a workshop to demonstrate advanced concepts in API development using the latest features of C# and .NET 9. The focus is on applying modern architectural patterns and practices while leveraging a variety of tools and frameworks.\n\n## Features\n\n### **Major Features**\n- **C# .NET 9**: Leverages the latest features of .NET 9 for efficient and robust development.\n- **CQRS (Command Query Responsibility Segregation)**: Implements separation of read and write operations for scalability and maintainability.\n- **MediatR**: Facilitates in-process messaging for decoupling and implementing CQRS patterns.\n- **Entity Framework Core**: Simplifies database access and management.\n- **Generic Repository Pattern**: Provides reusable and efficient data access methods.\n- **OOP (Object-Oriented Programming)**: Demonstrates robust design and implementation of object-oriented principles.\n- **SOLID Principles**: Adheres to SOLID design principles for maintainable and scalable code.\n- **Clean Code**: Focuses on writing readable, maintainable, and extensible code.\n\n### **Minor Features**\n- **Centralized Package Management**: Ensures consistent package versions across projects using `Directory.Packages.props`.\n- **Centralized Exception Management**: Implements a unified approach to handling exceptions and improving debugging.\n\n## Testing and Automation\n- **xUnit**: Provides a robust testing framework for unit and integration tests.\n- **Autofixture**: Simplifies test data generation for effective and clean testing.\n\n## Prerequisites\n- .NET 9 SDK\n- SQL Server\n- Visual Studio 2022 or a compatible IDE\n\n## How to Run\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/fkucukkara/minimalAPIPlayground.git\n   ```\n\n2. Restore dependencies:\n   ```bash\n   dotnet restore\n   ```\n\n3. Apply migrations and update the database:\n   ```bash\n   dotnet ef database update\n   ```\n\n4. Run the application:\n   ```bash\n   dotnet run\n   ```\n\n## License\n[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nThis project is licensed under the MIT License. See the [`LICENSE`](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkucukkara%2Fminimalapiplayground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffkucukkara%2Fminimalapiplayground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffkucukkara%2Fminimalapiplayground/lists"}