From the course: JavaScript: Ajax and Fetch

Unlock the full course today

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

Set up an app on Heroku

Set up an app on Heroku - JavaScript Tutorial

From the course: JavaScript: Ajax and Fetch

Start my 1-month free trial

Set up an app on Heroku

- [Instructor] Heroku allows you to create and deploy apps which it hosts, builds, and executes. A free account on Heroku isn't appropriate for an app that needs to be available 24-7, but it will work fine for our purposes. To get started, I'm already logged into Heroku and on my dashboard, I'm going to create a new app. To do that I'm going to click the New button, and I want an app rather than a pipeline so I click Create New App. Now any app you create on Heroku has to have a unique name throughout all the apps that are on Heroku already. So anything obvious like Ajax Proxy's probably not going to be available. I'm going to try out ec for explore California followed by ajaxproxy. And it tells me it is available, that's great, I'm in the US so I'm going to use that and I'm going to create that. So now I have an app setup and I have a number of different tabs here that I can select to see different options and settings for this app. So the next thing I need to do is actually store my…

Contents