Back-End Setup Part 3
Reading
heroku
We will be deploying our .NET
applications to the Heroku hosting service. They
offer a free service for hosting our applications and our databases.
You should sign up for an account and then we will install the command line helper tool.
Installation
brew tap heroku/brew && brew install heroku
Setup
heroku login