{"id":24914148,"url":"https://github.com/csvitor-dev/ShoKanri","last_synced_at":"2025-10-17T00:31:56.406Z","repository":{"id":269587182,"uuid":"907866991","full_name":"csvitor-dev/ShoKanri.API","owner":"csvitor-dev","description":"Shō-Kanri (or rather, 小規模な管理 'Shōkibona Kanri') comes from Japanese and means \"small-scale management\", because it is a small sample of the Kanri (@An-Ordinary-Software-Engineering) project's API.","archived":false,"fork":false,"pushed_at":"2025-02-01T12:39:30.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T13:34:46.436Z","etag":null,"topics":["api","asp-net-core","clean-architecture","csharp","minimal-api"],"latest_commit_sha":null,"homepage":"https://github.com/An-Ordinary-Software-Engineering/Kanri.Backend","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/csvitor-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2024-12-24T15:36:02.000Z","updated_at":"2025-02-01T12:39:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7dcb439-9280-4a48-9dcc-4777a114f19e","html_url":"https://github.com/csvitor-dev/ShoKanri.API","commit_stats":null,"previous_names":["csvitor-dev/sho-kanri","csvitor-dev/sho-kanri-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FShoKanri.API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FShoKanri.API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FShoKanri.API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/csvitor-dev%2FShoKanri.API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/csvitor-dev","download_url":"https://codeload.github.com/csvitor-dev/ShoKanri.API/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236756736,"owners_count":19199897,"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":["api","asp-net-core","clean-architecture","csharp","minimal-api"],"created_at":"2025-02-02T06:16:36.315Z","updated_at":"2025-10-17T00:31:56.395Z","avatar_url":"https://github.com/csvitor-dev.png","language":"C#","readme":"\u003cp align=\"center\"\u003e\n    \u003cpicture\u003e\n        \u003csource srcset=\"./Docs/Assets/Svg/kanri-light.svg\" media=\"(prefers-color-scheme: dark)\" width=\"200\" alt=\"logo dark theme\"\u003e\n        \u003csource srcset=\"./Docs/Assets/Svg/kanri-dark.svg\" media=\"(prefers-color-scheme: light)\" width=\"200\" alt=\"logo light theme\"\u003e\n        \u003cimg src=\"./Docs/Assets/Svg/kanri-dark.svg\" width=\"200\" alt=\"logo dark theme as default\"\u003e\n    \u003c/picture\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n# 📊 Shō-Kanri API | Sample API based on the [_Kanri_](https://github.com/An-Ordinary-Software-Engineering/Kanri.Backend) project\n\n\u003e [!NOTE]\\\n\u003e **Shō-Kanri** (or rather, _小規模な管理_ **Shōkibona Kanri**) comes from Japanese and means \"small-scale management\",\n\u003e because it is a small sample of the `@An-Ordinary-Software-Engineering/Kanri.Backend` project's API.\n\n---\n\n## Development Flow\n\nWhenever you are going to perform a task associated with an **Issue**, create a new _branch_:\n\n```bash\ngit checkout -b prefix/your-branch-name\n```\n\nWhen finished, create a **Pull Request** for the **`develop`** _branch_!\n\n\u003e [!TIP]\\\n\u003e It is important to follow these conventions, as the execution of certain operations will be restricted by predefined\n\u003e \"[**rulesets**](https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/creating-rulesets-for-a-repository)\"\n\u003e in the `main` branch.\n\n## Project Structure\n\n```text\n├── Docs/\n├── Library/\n│   ├── ShoKanri.Exception/\n│   └── ShoKanri.Http/\n│\n├── Source/\n│   ├── Core/\n│   │   ├── ShoKanri.Application/\n│   │   └── ShoKanri.Domain/\n│   │ \n│   ├── Infrastructure/\n│   │   ├── ShoKanri.DAO/\n│   │   └── ShoKanri.IoC/\n│   │\n│   └── Presenter/\n│       └── ShoKanri.API/\n│\n└── Test/\n    ├── ShoKanri.Domain.Unit/\n    └── ShoKanri.Mock/\n```\n\n\u003e This is the target structure of the project\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsvitor-dev%2FShoKanri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcsvitor-dev%2FShoKanri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcsvitor-dev%2FShoKanri/lists"}