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!
- Host: GitHub
- URL: https://github.com/emilebosch/catalyst-helpdeck-sample-nancy-csharp
- Owner: emilebosch
- Created: 2016-05-18T03:49:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T03:50:37.000Z (about 10 years ago)
- Last Synced: 2025-01-14T03:35:22.179Z (over 1 year ago)
- Topics: csharp, nancy
- Language: C#
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!