Skip to content

The first sample in the book, an unmodified console application

Notifications You must be signed in to change notification settings

microservices-aspnetcore/hellobook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello Book

This is the first sample in the book. This sample started by typing dotnet new and creating an empty project. In the book, we added the ASP.NET dependencies and modified Program.cs as well as created Startup.cs to add some simple "Hello World" middleware.

To run this sample:

$ dotnet restore

Then:

$ dotnet run

To invoke the middleware and see the results, simply curl http://localhost:5000/any/url

About

The first sample in the book, an unmodified console application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages