Installing and Configuring Heroku
Learn how to set up a Heroku account and Heroku CLI on your machine.
We'll cover the following...
We’ll look at how to install the Heroku command-line interface, how to create and provision your Heroku account, how to set up the required Heroku configuration files, and how to push your application to deployment. You will be able to follow through with all of these steps without spending any money or providing a credit card number.
Setting up your Heroku account
Creating a Heroku account is free and is required to deploy any application. The free account will limit you to minimal resource allocation, but it will be enough to deploy Langman. To sign-up for Heroku, go to their ...