An open API service indexing awesome lists of open source software.

https://github.com/emilebosch/catalyst-helpdeck-sample-nancy-csharp

Old work from back in 2012 - Nancy, Catalyst and C# baby!
https://github.com/emilebosch/catalyst-helpdeck-sample-nancy-csharp

csharp nancy

Last synced: over 1 year ago
JSON representation

Old work from back in 2012 - Nancy, Catalyst and C# baby!

Awesome Lists containing this project

README

          

# Helpdeck Experiment

I dediced to throw some of my old C# work online. To see how i would solve
the same issues nowadays using the new .NET frameworks.

It probably doesn't run anymore but still pretty sweet as reference!

## Installing

First clone the repository

git clone https://github.com/emilebosch/catalyst-helpdeck.git

Create a heroku app

heroku create --stack cedar
heroku add:config BUILDPACK_URL https://github.com/emilebosch/catalyst-buildpack.git

Push the app to heroku

git push heroku master

Finally check whether the app works

heroku open

And done!