From the course: Web Servers and APIs using C++

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Creating a Heroku account

Creating a Heroku account - C++ Tutorial

From the course: Web Servers and APIs using C++

Start my 1-month free trial

Creating a Heroku account

- [Instructor] What is Heroku? Heroku is a fully managed container-based cloud platform. It allows us to create and deploy cloud apps with no server management. Everything we'll do in this course can be done without charge using Heroku's free tier. This includes hosting our web server and its database. To sign up for Heroku, go to signup.heroku.com, complete the sign up form, and click the create free account button. You will have to confirm your email address before your account is activated.

Contents