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

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.

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).