You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# GitHub Codespaces ♥️ .NET
2
2
3
-
Want to try out the latest performance improvements coming with .NET 8 for web development?
3
+
Want to try out the latest performance improvements coming with .NET for web development?
4
4
5
-
This repo builds a Weather API and displays the data in a web application using Blazor with .NET.
5
+
This repo builds a Weather API, OpenAPI integration to test with [Scalar](https://learn.microsoft.com/aspnet/core/fundamentals/openapi/using-openapi-documents?view=aspnetcore-9.0#use-scalar-for-interactive-api-documentation), and displays the data in a web application using Blazor with .NET.
6
6
7
7
We've given you both a frontend and backend to play around with and where you go from here is up to you!
8
8
@@ -22,18 +22,20 @@ You can also run this repository locally by following these instructions:
22
22
1.**📤 One-click setup**: [Open a new Codespace](https://codespaces.new/github/dotnet-codespaces), giving you a fully configured cloud developer environment.
23
23
2.**▶️ Run all, one-click again**: Use VS Code's built-in *Run* command and open the forwarded ports *8080* and *8081* in your browser.
24
24
25
-

25
+

26
26
27
-
3. The Blazor web app and Swagger tabs should now be open on your browser. On Swagger, click "Try it out" and "Execute" to call and test the API.
27
+
3. The Blazor web app and Scalar can be open by heading to **/scalar** in your browser. On Scalar, head to the backend API and click "Test Request" to call and test the API.
0 commit comments