{"id":23176407,"url":"https://github.com/lucasbailo/back-end-api-produtos","last_synced_at":"2026-05-19T19:03:34.158Z","repository":{"id":263523041,"uuid":"890612617","full_name":"lucasbailo/back-end-api-produtos","owner":"lucasbailo","description":"Back-end for \"API Produtos\" - Asp.Net Core Web API, Entity Framework and Sql Server","archived":false,"fork":false,"pushed_at":"2024-11-19T02:42:31.000Z","size":14702,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T09:42:03.778Z","etag":null,"topics":["api","asp-net-core","crud-api","csharp","dotnet","entity-framework-core","sql"],"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/lucasbailo.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-11-18T21:55:43.000Z","updated_at":"2024-11-29T20:32:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"4f499186-d52c-4c67-8f0f-88725ef8809b","html_url":"https://github.com/lucasbailo/back-end-api-produtos","commit_stats":null,"previous_names":["lucasbailo/back-end-api-produtos"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fback-end-api-produtos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fback-end-api-produtos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fback-end-api-produtos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fback-end-api-produtos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasbailo","download_url":"https://codeload.github.com/lucasbailo/back-end-api-produtos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247272864,"owners_count":20911821,"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","crud-api","csharp","dotnet","entity-framework-core","sql"],"created_at":"2024-12-18T06:16:35.738Z","updated_at":"2026-05-19T19:03:34.116Z","avatar_url":"https://github.com/lucasbailo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Welcome to a Asp.Net (C#) Project! 👋\n\n# Backend for API Produtos\n\n## Some code that I'm proud of\n```csharp\n[HttpPut(\"{id}\")]\npublic async Task\u003cActionResult\u003e PutProduto(int id, ProdutoClass produto)\n{\n    if (id != produto.ID)\n    {\n        return BadRequest();\n    }\n\n    _produtoClassContext.Entry(produto).State = EntityState.Modified;\n    try\n    {\n        await _produtoClassContext.SaveChangesAsync();\n    }\n    catch (DbUpdateConcurrencyException)\n    {\n        throw;\n    }\n    return Ok();\n}\n```\n\n## Built with\n\n- `C#`\n- `Asp.Net Core Web API`\n- `Entity Framework`\n- `Sql Server`\n\n## You Can\n- Use local database;\n- Use all CRUD functions;\n- Connect with front-end.\n\n## Front-End repository: [See Front-End!](https://github.com/lucasbailo/front-end-api-produtos)\n\n## Author\n\n- Website - [My GitHub](https://github.com/lucasbailo)\n- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)\n- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)\n- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fback-end-api-produtos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasbailo%2Fback-end-api-produtos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fback-end-api-produtos/lists"}