https://github.com/gnab/owin-app
Sample OWIN application deployable to Heroku.
https://github.com/gnab/owin-app
Last synced: 6 months ago
JSON representation
Sample OWIN application deployable to Heroku.
- Host: GitHub
- URL: https://github.com/gnab/owin-app
- Owner: gnab
- Created: 2013-11-04T19:36:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-04T19:39:40.000Z (about 12 years ago)
- Last Synced: 2025-06-30T15:47:00.790Z (7 months ago)
- Language: C#
- Size: 379 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](http://friism.com/running-owin-katana-apps-on-heroku).