{"id":24701693,"url":"https://github.com/hurricanemark/aspnetwebapi","last_synced_at":"2026-06-22T19:31:28.812Z","repository":{"id":185505228,"uuid":"673639374","full_name":"hurricanemark/aspnetWebAPI","owner":"hurricanemark","description":"aspnet core webapi \u0026 openapi swaggerui","archived":false,"fork":false,"pushed_at":"2023-08-02T19:37:36.000Z","size":78,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Baseline","last_synced_at":"2025-08-20T04:35:50.197Z","etag":null,"topics":["aspnet-core","c-sharp","dotnet-cli","openapi","swagger","swagger-ui","vscode"],"latest_commit_sha":null,"homepage":"https://hurricanemark.github.io/aspnetWebAPI/","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/hurricanemark.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":"2023-08-02T05:03:00.000Z","updated_at":"2023-08-03T00:15:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"93111172-c67d-4cb1-ac1e-e714a6e77996","html_url":"https://github.com/hurricanemark/aspnetWebAPI","commit_stats":null,"previous_names":["hurricanemark/aspnetwebapi"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/hurricanemark/aspnetWebAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurricanemark%2FaspnetWebAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurricanemark%2FaspnetWebAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurricanemark%2FaspnetWebAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurricanemark%2FaspnetWebAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hurricanemark","download_url":"https://codeload.github.com/hurricanemark/aspnetWebAPI/tar.gz/refs/heads/Baseline","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hurricanemark%2FaspnetWebAPI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34663524,"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-06-22T02:00:06.391Z","response_time":106,"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":["aspnet-core","c-sharp","dotnet-cli","openapi","swagger","swagger-ui","vscode"],"created_at":"2025-01-27T05:25:07.890Z","updated_at":"2026-06-22T19:31:28.791Z","avatar_url":"https://github.com/hurricanemark.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET Core project Created Using dotnet CLI\n\nThis project was created using `dotnet` commandline and loaded into VSCode.  There may be a few extentions required such as SwaggerUI, C#, ASP.NET,...\n\n## Create a new ASP.NET Core project\n\nFrom a powershell terminal, do the followings:\n\n1. *Create a new folder and cd into it*\n\n2. *Verify dotnet templates available, there should be one for `webapi`*\n\n```javascript\n\ndotnet new --list\n\ndotnet new webapi -h\n\ndotnet new webapi -f net6.0 -o myWeatherAPI\n\ncd myWeatherAPI\n\ndotnet dev-certs https --trust\n\ncode .\n```\n\nAt this stage, the project should be loading into VSCode.\n\n\n3. *Open PowerShell terminal and type:*\n\n```typescript\ndotnet run\n\nPS D:\\DEVEL\\C-SharpProjs\\LINKEDIN_TRAINING_2023\\.NET7API\\hello\\myHelloAPI\u003e dotnet run --watch\nBuilding...\ninfo: Microsoft.Hosting.Lifetime[14]\n      Now listening on: https://localhost:5059\ninfo: Microsoft.Hosting.Lifetime[0]\n      Application started. Press Ctrl+C to shut down.\ninfo: Microsoft.Hosting.Lifetime[0]\n      Hosting environment: Development\ninfo: Microsoft.Hosting.Lifetime[0]\n      Content root path: D:\\DEVEL\\C-SharpProjs\\LINKEDIN_TRAINING_2023\\.NET7API\\hello\\myHelloAPI\n```\n\nThe IDE should build and launch the application via the project profiles tag for    `localhost:port` as specified in `Properties/launchSettings.json`\n\neg.\n```json\n    \"http\": {\n      \"commandName\": \"Project\",\n      \"dotnetRunMessages\": true,\n      \"launchBrowser\": true,\n      \"launchUrl\": \"swagger\",\n      \"applicationUrl\": \"https://localhost:5059\",\n      \"environmentVariables\": {\n        \"ASPNETCORE_ENVIRONMENT\": \"Development\"\n      }\n    },\n    \"https\": {\n      \"commandName\": \"Project\",\n      \"dotnetRunMessages\": true,\n      \"launchBrowser\": true,\n      \"launchUrl\": \"swagger\",\n      \"applicationUrl\": \"https://localhost:7214;http://localhost:5059\",\n      \"environmentVariables\": {\n        \"ASPNETCORE_ENVIRONMENT\": \"Development\"\n      }\n    },\n```\n\n4. *Open the browser to https//localhost:5059/weatherforecast/*\n![](./ASPNETCoreSwaggerUI.PNG)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhurricanemark%2Faspnetwebapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhurricanemark%2Faspnetwebapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhurricanemark%2Faspnetwebapi/lists"}