Skip to content

.NET Core example of creating REST API using Nancy framework with Kestrel self hosting

License

Notifications You must be signed in to change notification settings

qa-services/nancy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nancy-example

.NET Core example of creating REST API using Nancy framework with Kestrel self hosting

how to run

  1. Clone repository
  2. Open nancy-example.sln in Visual Studio
  3. Build solution
  4. Run nancy-example from Visual Studio or from command line using 'dotnet nancy-example.dll'
  5. Service will be listening on port 5000 until stopped

About

.NET Core example of creating REST API using Nancy framework with Kestrel self hosting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages