gnab / owin-app

Sample OWIN application deployable to Heroku.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OWIN sample application

Sample OWIN application deployable to Heroku.

Clone

git clone https://github.com/gnab/owin-app

Deploying to Heroku

heroku create
heroku config:add BUILDPACK_URL=https://github.com/friism/heroku-buildpack-mono/
git push heroku master

Credits

This application is a fork of the sample application from Running OWIN/Katana apps on Heroku.

About

Sample OWIN application deployable to Heroku.


Languages

Language:C# 96.7%Language:JavaScript 3.3%