{"id":21170119,"url":"https://github.com/jsm33t/frencircle","last_synced_at":"2025-05-07T10:11:20.128Z","repository":{"id":275008174,"uuid":"922620404","full_name":"JSM33T/FrenCircle","owner":"JSM33T","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-26T14:59:55.000Z","size":1400,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T15:41:42.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://frencircle.com","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JSM33T.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2025-01-26T17:30:34.000Z","updated_at":"2025-02-26T14:59:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"da22c205-2e5b-4ecd-bf1b-c48feacfcc9e","html_url":"https://github.com/JSM33T/FrenCircle","commit_stats":null,"previous_names":["jsm33t/frencircle"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSM33T%2FFrenCircle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSM33T%2FFrenCircle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSM33T%2FFrenCircle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JSM33T%2FFrenCircle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JSM33T","download_url":"https://codeload.github.com/JSM33T/FrenCircle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243616643,"owners_count":20319935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["community","website"],"created_at":"2024-11-20T15:56:32.576Z","updated_at":"2025-05-07T10:11:20.117Z","avatar_url":"https://github.com/JSM33T.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# FrenCirlce\n\nA image sharing web space for the frens by the frens.\n\n# FrenCircle Solution\n\nThis solution is structured using Clean Architecture principles to separate concerns, improve testability, and enable future scalability.\n\n---\n\n## 🗂 Project Structure\n\n### `FrenCircle.Api`\n\n- ASP.NET Core Web API\n- Contains Controllers, middlewares, filters\n- Entry point for HTTP requests\n\n---\n\n### `FrenCircle.Application`\n\n- Contains use cases, services, and business logic\n- Implements handlers (e.g., `CreateUserHandler`)\n- Depends on `Contracts`, references `Domain`\n\n---\n\n### `FrenCircle.Contracts`\n\n- Contains:\n  - DTOs for data transfer between layers\n  - Interfaces for services/repositories (used in Application, implemented in Infra)\n\n---\n\n### `FrenCircle.Domain`\n\n- Pure domain models and business rules\n- Contains Entities, Enums, and Value Objects\n- No dependencies on infrastructure or frameworks\n\n---\n\n### `FrenCircle.Infra`\n\n- Infrastructure logic:\n  - Logging\n  - File storage\n  - Email service, etc.\n- Implements interfaces from `Contracts`\n\n---\n\n### `FrenCircle.Repositories`\n\n- Database-specific implementation (Dapper/EF Core)\n- Handles direct SQL/stored procedure access\n- Implements repository interfaces from `Contracts`\n\n---\n\n### `FrenCircle.Shared`\n\n- Common utilities, constants, helpers\n- AutoMapper Profiles (`Shared/Helpers/Mapper`)\n- Can be used across all layers\n\n---\n\n## 🚀 Tech Stack\n\n- ASP.NET Core Web API\n- Dapper for data access\n- AutoMapper for object mapping\n- MSSQL (SQL Server)\n- Clean Architecture + DI\n\n---\n\n## 📌 Notes\n\n- DTOs and interfaces live in `Contracts` to keep Application and Infra decoupled.\n- Domain is kept pure and self-contained.\n- Infra and Repositories are swappable; only contracts matter to Application.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsm33t%2Ffrencircle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsm33t%2Ffrencircle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsm33t%2Ffrencircle/lists"}