{"id":25928151,"url":"https://github.com/karolchoron/rest-api-.net-shop","last_synced_at":"2026-05-27T23:31:26.071Z","repository":{"id":156469635,"uuid":"630652536","full_name":"karolchoron/rest-api-.NET-shop","owner":"karolchoron","description":"REST API for managing products in the store made in ASP.NET Core technology, using ORM EntityFramework.","archived":false,"fork":false,"pushed_at":"2025-02-27T14:45:01.000Z","size":8457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-03T11:15:01.536Z","etag":null,"topics":["asp-net-core","csharp","entity-framework","rest-api"],"latest_commit_sha":null,"homepage":"","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/karolchoron.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-20T21:09:14.000Z","updated_at":"2025-02-27T14:45:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"c8a40785-dd70-4a96-ac73-226dee0695c6","html_url":"https://github.com/karolchoron/rest-api-.NET-shop","commit_stats":null,"previous_names":["karolchoron/rest-api-.net-shop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/karolchoron/rest-api-.NET-shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2Frest-api-.NET-shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2Frest-api-.NET-shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2Frest-api-.NET-shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2Frest-api-.NET-shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karolchoron","download_url":"https://codeload.github.com/karolchoron/rest-api-.NET-shop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karolchoron%2Frest-api-.NET-shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33588345,"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-05-27T02:00:06.184Z","response_time":53,"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":["asp-net-core","csharp","entity-framework","rest-api"],"created_at":"2025-03-03T21:15:25.586Z","updated_at":"2026-05-27T23:31:26.054Z","avatar_url":"https://github.com/karolchoron.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛍️ ASP.NET Core C# Rest API - Shop\n\n## EN \n\nThe project presents a simple REST API made in **ASP.NET Core** technology, using the **EntityFramework ORM**,\u003cbr /\u003e\nused to manage products in the store. \u003cbr /\u003e\n\n## 🛠️ Features\n\n✅ **Adding products**: `/api/Shop/Add`\n✅ **Editing products**: `/api/Shop/Edit`\n✅ **Fetching products**: `/api/Shop/GetOne` and `/api/Shop/GetAll`\n✅ **Removing products**: `/api/Shop/Delete`\n\n## 🗄️ Database Structure\n\n- 🆔 **ID**\n- 📦 **Product Name**\n- 🕒 **Creation Date**\n- ✏️ **Edit Date**\n- 📝 **Description**\n- 💰 **Price**\n\nThe data is stored in a **Microsoft SQL Server** database.\u003cbr /\u003e\nTo create the database, I used **EntityFramework** (database migration: `Add-Migration`, `Update-Database`).\u003cbr /\u003e\nI also placed the database files in the `Baza_pliki` directory.\n\n---\n\n## PL\n\nProjekt przedstawia proste **REST API** wykonane w technologii **ASP.NET Core**, wykorzystujące **ORM EntityFramework**,\u003cbr /\u003e\nsłużące do zarządzania produktami w sklepie.\u003cbr /\u003e\n\n## 🛠️ Funkcjonalności\n\n✅ **Dodanie produktu**: `/api/Shop/Add`\n✅ **Edycja produktu**: `/api/Shop/Edit`\n✅ **Pobranie produktów**: `/api/Shop/GetOne` oraz `/api/Shop/GetAll`\n✅ **Usuwanie produktów**: `/api/Shop/Delete`\n\n## 🗄️ Struktura bazy danych\n\n- 🆔 **ID**\n- 📦 **Nazwa Produktu**\n- 🕒 **Data Utworzenia**\n- ✏️ **Data Edycji**\n- 📝 **Opis Artykułu**\n- 💰 **Cena**\n\nDane przechowywane są w **bazie danych Microsoft SQL Server**.\u003cbr /\u003e\nDo utworzenia bazy użyłem **EntityFramework** (migracja bazy danych: `Add-Migration`, `Update-Database`).\u003cbr /\u003e\nPliki bazy danych zamieściłem również w katalogu `Baza_pliki`. 🚀\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Frest-api-.net-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarolchoron%2Frest-api-.net-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarolchoron%2Frest-api-.net-shop/lists"}