{"id":19280196,"url":"https://github.com/cvigueras/orders-webapi-outside-in-kata","last_synced_at":"2026-06-09T21:31:56.708Z","repository":{"id":164409485,"uuid":"638943488","full_name":"cvigueras/orders-webapi-outside-in-kata","owner":"cvigueras","description":"This is just a simple kata to practice Outside In and web Api Patterns such as CQRS.","archived":false,"fork":false,"pushed_at":"2023-06-27T07:15:57.000Z","size":156,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T21:44:38.926Z","etag":null,"topics":["cqrs","csharp","csharp-code","mediatr","object-mother","outside-in-tdd","tdd-kata"],"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/cvigueras.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-05-10T12:38:40.000Z","updated_at":"2023-06-12T13:21:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6dba0c9-b67e-4711-8379-2a33946c25f8","html_url":"https://github.com/cvigueras/orders-webapi-outside-in-kata","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cvigueras/orders-webapi-outside-in-kata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Forders-webapi-outside-in-kata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Forders-webapi-outside-in-kata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Forders-webapi-outside-in-kata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Forders-webapi-outside-in-kata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cvigueras","download_url":"https://codeload.github.com/cvigueras/orders-webapi-outside-in-kata/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cvigueras%2Forders-webapi-outside-in-kata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34127343,"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-09T02:00:06.510Z","response_time":63,"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","csharp","csharp-code","mediatr","object-mother","outside-in-tdd","tdd-kata"],"created_at":"2024-11-09T21:17:15.115Z","updated_at":"2026-06-09T21:31:56.689Z","avatar_url":"https://github.com/cvigueras.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Orders Repository API\nThis is just a simple kata to practice Outside In and web Api Patterns such as CQRS\n\n## Requirements\nOur API should be able to:\n* Create an order with basic data.\n* Display an order as requested.\n\n* Update basic data of and order, specified by its OrderNUmber.\n* Add a product to an existent order product list as requested by user.\n* Create a bill for and specified order.\n\n## Features (Gherkin Language)\n### Orders display\n- Having a stored order in the system\n- When the user requests it by its OrderNumber\n- That orders is displayed with the following data:\n\u003e- **ID: 1**\n\u003e- **OrderNumber: OWA87643**\n\u003e- **Customer: John Doe**\n\u003e- **Address: A Simple Street, 123**\n\u003e- **Products:**\n\u003e  - **Product:**\n\u003e    - **Name: Computer Monitor**\n\u003e    - **Price: 100€**\n\u003e  - **Product:**\n\u003e    - **Name: Keyboard** \n\u003e    - **Price: 30€**\n\n\n### Orders products update\n- Having a stored order in the system\n- When the user adds two new products\n- That orders is displayed with the following data:\n\u003e- **ID: 1**\n\u003e- **OrderNumber: OWA87643**\n\u003e- **Customer: John Doe**\n\u003e- **Address: A Simple Street, 123**\n\u003e- **Products:**\n\u003e  - **Product:**\n\u003e    - **Name: Computer Monitor**\n\u003e    - **Price: 100€**\n\u003e  - **Product:**\n\u003e    - **Name: Keyboard** \n\u003e    - **Price: 30€**\n\u003e  - **Product:**\n\u003e    - **Name: Mouse**\n\u003e    - **Price: 15€**\n\u003e  - **Product:**\n\u003e    - **Name: Router** \n\u003e    - **Price: 70€**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvigueras%2Forders-webapi-outside-in-kata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcvigueras%2Forders-webapi-outside-in-kata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcvigueras%2Forders-webapi-outside-in-kata/lists"}