Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 348 Bytes

File metadata and controls

9 lines (8 loc) · 348 Bytes

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