{"id":19083438,"url":"https://github.com/emrd/dotnet-user-management-api","last_synced_at":"2026-04-18T05:34:01.086Z","repository":{"id":251244125,"uuid":"836827374","full_name":"EmrD/dotnet-user-management-api","owner":"EmrD","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-01T16:35:39.000Z","size":862,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T05:36:55.308Z","etag":null,"topics":["api","dotnet","user-management"],"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/EmrD.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-08-01T16:31:50.000Z","updated_at":"2024-08-19T13:45:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"aaf40b2b-a577-4cf0-90fd-01a5e090c260","html_url":"https://github.com/EmrD/dotnet-user-management-api","commit_stats":null,"previous_names":["emrd/dotnet-user-management-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmrD/dotnet-user-management-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fdotnet-user-management-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fdotnet-user-management-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fdotnet-user-management-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fdotnet-user-management-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmrD","download_url":"https://codeload.github.com/EmrD/dotnet-user-management-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fdotnet-user-management-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31957644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["api","dotnet","user-management"],"created_at":"2024-11-09T02:47:29.884Z","updated_at":"2026-04-18T05:34:01.061Z","avatar_url":"https://github.com/EmrD.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .NET API Service Starter\n\nThis is a minimal .NET API service starter based on [Google Cloud Run Quickstart](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-dotnet-service).\n\n## Getting Started\n\nServer should run automatically when starting a workspace. To run manually, run:\n```sh\ndotnet watch --urls=http://localhost:3000\n```\n\n## Testing With cURL\n\nTo test the server, you can run these codes after running the server:\n\nGet Users;\n```sh\ncurl http://localhost:3000/users\n```\n\nAdd User;\n```sh\ncurl -X POST http://localhost:3000/users \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"Name\": \"Alice\", \"Email\": \"alice@example.com\"}'\n```\n\nUpdate User;\n```sh\ncurl -X PUT http://localhost:3000/users/1 \\\n     -H \"Content-Type: application/json\" \\\n     -d '{\"Name\": \"Alice Updated\", \"Email\": \"aliceupdated@example.com\"}'\n```\n\nDelete User; \n```sh\ncurl -X DELETE http://localhost:3000/users/1\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fdotnet-user-management-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrd%2Fdotnet-user-management-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fdotnet-user-management-api/lists"}