{"id":27455089,"url":"https://github.com/amirabdev/ProductManagement","last_synced_at":"2025-07-27T14:09:36.131Z","repository":{"id":287558008,"uuid":"916725244","full_name":"AmirAbdollahi/ProductManagement","owner":"AmirAbdollahi","description":"This is a sample .NET Core web application for managing products with CRUD operations. It uses ASP.NET Core Web API, SQL Server, and includes Swagger documentation for easy API testing.","archived":false,"fork":false,"pushed_at":"2025-04-12T12:52:02.000Z","size":37,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-15T15:16:31.808Z","etag":null,"topics":["api-documentation","asp-net-core","c-sharp","crud-operation","entity-framework-core","integration-testing","product-management","sql-server","swagger","unit-testing","web-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/AmirAbdollahi.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}},"created_at":"2025-01-14T16:42:47.000Z","updated_at":"2025-04-12T13:01:33.000Z","dependencies_parsed_at":"2025-04-12T14:05:53.176Z","dependency_job_id":null,"html_url":"https://github.com/AmirAbdollahi/ProductManagement","commit_stats":null,"previous_names":["amirabdollahi/productmanagement"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAbdollahi%2FProductManagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAbdollahi%2FProductManagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAbdollahi%2FProductManagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAbdollahi%2FProductManagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmirAbdollahi","download_url":"https://codeload.github.com/AmirAbdollahi/ProductManagement/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249094935,"owners_count":21211837,"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-documentation","asp-net-core","c-sharp","crud-operation","entity-framework-core","integration-testing","product-management","sql-server","swagger","unit-testing","web-api"],"created_at":"2025-04-15T15:16:35.675Z","updated_at":"2025-07-27T14:09:35.349Z","avatar_url":"https://github.com/AmirAbdollahi.png","language":"C#","readme":"# Product Management\nThis repository contains a sample .NET web application that demonstrates the implementation of a CRUD system for product management. It covers the software architecture, unit testing, integration testing, and includes Swagger documentation for ease of use.\n\n## Features\n* CRUD Operations: Perform Create, Read, Update, and Delete actions on products.\n* Swagger Documentation: Easily interact with the API endpoints using Swagger UI.\n* Unit and Integration Tests: Ensure the functionality and reliability of the system through automated tests.\n* ASP.NET Core: Utilizes the power of ASP.NET Core for building the web API.\n* SQL Server: Backend data is stored in a SQL Server database.\n\n## Technologies Used\n* Backend: ASP.NET Core\n* Database: SQL Server\n* Testing: xUnit (Unit Tests), integration tests\n* API Documentation: Swagger\n* ORM: Entity Framework Core\n\n## Setup\nPrerequisites\n1. .NET SDK: v8.0 or higher\n2. SQL Server: A running SQL Server instance\n3. Visual Studio/Code: For easy development and debugging\n\n## Installation\n1. Clone the repository:\n\n```\ngit clone https://github.com/AmirAbdollahi/ProductManagement.git\ncd ProductManagement\n```\n2. Restore the project dependencies:\n\n```\ndotnet restore\n```\n3. Set up the SQL Server database and configure the connection string in appsettings.json.\n\n4. Apply migrations to set up the database schema:\n\n```\ndotnet ef database update\n```\n5. Run the application:\n\n```\ndotnet run\n```\n\n## Accessing the API\nOnce the application is running, you can navigate to the following URL to view the Swagger UI for API documentation:\n\n```\nhttp://localhost:5000/swagger\n```\n## Running Tests\nYou can run the unit tests and integration tests with the following command:\n\n```\ndotnet test\n```\nContributing\n1. Fork this repository.\n2. Create a new branch.\n3. Make your changes.\n4. Submit a pull request.\n\nPlease follow the coding standards and ensure that the tests pass before submitting a PR.\n\n## License\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirabdev%2FProductManagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirabdev%2FProductManagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirabdev%2FProductManagement/lists"}