/nancy-example

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

Primary LanguageC#MIT LicenseMIT

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