.NET MVC URL Shortening Web Application for the Appharbor platform
##Features
- WebApi to shrink/inflate URL's
- Throttling to prevent DoS attacks on Api
- SQL/JavaScript Injection attack protection on Web Interface
- Randomly generated tokens to prevent database harvesting
- Easy installation process
##Installation
- Provision a new application in your AppHarbor account and add the SQL Server add-on to the account.
- Fork UrlShrinker into your GitHub account.
- In your repository go to Settings.
- Go to Web Hooks and Services and click Add Service.
- Locate AppHarbor and follow instructions on page for deploying.
##Requirements
- AppHarbor account with an empty application and the SQL Server add-on installed.
- Verified Github account.