{"id":15039044,"url":"https://github.com/shehroz4477/basic-rest-api","last_synced_at":"2026-01-05T15:10:48.864Z","repository":{"id":240291996,"uuid":"802208027","full_name":"Shehroz4477/basic-rest-api","owner":"Shehroz4477","description":"This repository contains a basic implementation of a RESTful Web API using .NET Core 8 framework. It serves as a foundational template for building robust APIs in the .NET ecosystem. The API provides endpoints for performing CRUD (Create, Read, Update, Delete) operations on a sample resource.","archived":false,"fork":false,"pushed_at":"2024-05-25T08:50:40.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T20:48:54.900Z","etag":null,"topics":["c-sharp","csharp","dotnet","dotnetcore","dotnetcore8","dotnetcorewebapi","sample","visual-studio-code"],"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/Shehroz4477.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":"2024-05-17T18:23:57.000Z","updated_at":"2024-05-18T10:19:50.000Z","dependencies_parsed_at":"2024-09-24T20:41:26.071Z","dependency_job_id":null,"html_url":"https://github.com/Shehroz4477/basic-rest-api","commit_stats":null,"previous_names":["shehroz4477/basic-rest-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shehroz4477%2Fbasic-rest-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shehroz4477%2Fbasic-rest-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shehroz4477%2Fbasic-rest-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shehroz4477%2Fbasic-rest-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shehroz4477","download_url":"https://codeload.github.com/Shehroz4477/basic-rest-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245300964,"owners_count":20593081,"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":["c-sharp","csharp","dotnet","dotnetcore","dotnetcore8","dotnetcorewebapi","sample","visual-studio-code"],"created_at":"2024-09-24T20:41:22.030Z","updated_at":"2026-01-05T15:10:48.818Z","avatar_url":"https://github.com/Shehroz4477.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BASIC-REST-API\n\n## Here is a list of software, SDKs, and tools you need to install:\n#### 1. VS Code: https://code.visualstudio.com/download\n#### 2. .NET 8 SDK: https://dotnet.microsoft.com/en-us/download\n\n## Configuring VS Code\n#### 1. C# Dev Kit\n\n## Checking the .NET SDK\n#### 1. Once you install the .NET SDK, you can check the version by running thefollowing command:\n#### dotnet --version\n#### 2. You can list all available SDKs by running the following command:\n#### dotnet --list-sdks\n\n# Creating a simple REST web APIprojectdotnet\n#### create a web API project by running the following command:\n#### dotnet new webapi -n basic-rest-api -controllers\n#### cd basic-rest-api\n#### code .\n\n# To support HTTPS, you may need to trust the HTTPS development certifi-cate by running the following command:\n#### dotnet dev-certs https --trust\n\n# Changing the port number\n#### 1. open launchSettings.json file in the Properties folder\n#### 2. 5000 to 5300 for HTTP\n#### 3. 7000 to 7300 for HTTPS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshehroz4477%2Fbasic-rest-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshehroz4477%2Fbasic-rest-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshehroz4477%2Fbasic-rest-api/lists"}