Deploy your first App with Heroku and Node.js

  Рет қаралды 217,219

Jonny Kalambay

Jonny Kalambay

Күн бұрын

In this Tutorial, I walk you through how to deploy a simple Node.js app to Heroku.
Here is the source code for the app I used:
github.com/jon...

Пікірлер: 425
@willyang6640
@willyang6640 5 жыл бұрын
A complete deployment video that's under 10 minutes? Not sure what's better, the application or the teacher. Thanks for the video man.
@JAllen-tx3di
@JAllen-tx3di 3 жыл бұрын
I completely agree.
@Jeff-ps5tg
@Jeff-ps5tg 2 жыл бұрын
4 years later and I just wanted to thank you. I made it to the blank screen on my own but the procfile part helped me get the rest of the way.
@rushabhtrivedy2134
@rushabhtrivedy2134 2 жыл бұрын
I'm not a programmer, and I swear this was one of THE most helpful tutorials I've ever watched. Thank you for this Jonny!
@GabrielArghire
@GabrielArghire 4 жыл бұрын
At 5:38 , for those that are not on Linux or Mac to run that command. Make sure you have "Git bash", then go to your app folder, right click on it, and select "Git Bash Here". Run the command shown in video "touch Procfile" and then you can return to the instructions in the video.
@danielmadison4451
@danielmadison4451 2 жыл бұрын
Jonny, you win. Everything you did was correct (the first time), your explanation was clear, and IT WORKED. Great Job.
@cadethacker
@cadethacker 5 жыл бұрын
0:52 seconds in and already giving it a thumbs up. Exactly what I was looking for!
@tusimegodwin283
@tusimegodwin283 4 жыл бұрын
I have searched the entire internet to solve my deployment errors but in vein and you just did it in 8 minutes, my problem was just with the PORT. Thank you so much
@xoxoo4877
@xoxoo4877 5 жыл бұрын
Thank youu so much! Procfile or in package.json put "scripts":{"start":"node name_of_starting_script.js"}
@zeke72
@zeke72 4 жыл бұрын
what is starting_script isn't in root directory but in a subfolder ?
@ridz4912
@ridz4912 4 жыл бұрын
YOU SAVED ME 2 DAYS ! Yes, I was struggling with the docs for this specific thing for 2 days but this video solved it in 3 mins. Thanks a ton man !
@joharkhan6789
@joharkhan6789 4 жыл бұрын
Yo nothing can be straight forward and simple than this. Thanx man
@lasue7244
@lasue7244 4 жыл бұрын
Documentation was superb Heroku is always telling you what to do next, and instructor show it very clearly nice job!
@andrewwthomas
@andrewwthomas 4 жыл бұрын
I struggled for ages to deploy my first app. The procfile saved me. Thank you so much!
@musicvideosf0ryou
@musicvideosf0ryou 3 жыл бұрын
2 years later and it still works! Thanks so much for the great tutorial!
@Pareshbpatel
@Pareshbpatel 2 жыл бұрын
An excellent introduction to the deployment of a Node.js Application to Heroku. Thank you. {2021-11-16}
@kennyakins3536
@kennyakins3536 4 жыл бұрын
Thanks man 😀, first time using Heroku , i tried deploying through GitHub, and forgot to add the Procfile 😂, you really helped man👍
@pranjalchourasia9923
@pranjalchourasia9923 4 жыл бұрын
Man, u are a lifesaver! I made a small mistake by declaring PORT=3000 and my app was not working. After editing it, now its working fine
@lemmelovu
@lemmelovu 4 жыл бұрын
Using this in 2020 and heroku knows everything!! Deployed and worked perfectly without creating any Procfile.Good times to be a developer I guess.
@MikeZacarini
@MikeZacarini 3 жыл бұрын
Best video on free web hosting for node. Thank you very much. Now I will be able to showcase portfolio and make fun stuff to get to know things arround
@sanjamsinghkalsi5937
@sanjamsinghkalsi5937 3 жыл бұрын
Love from India!
@JonnyKalambay
@JonnyKalambay 3 жыл бұрын
So happy to hear that Sanjam - Congratulations!
@DaniiyOoP
@DaniiyOoP 5 жыл бұрын
Thank you so much! I was having a mental breakdown with this... :D
@JAllen-tx3di
@JAllen-tx3di 3 жыл бұрын
you have 404 comments lol....I appreciate your clear, calm, and concise explanation. Very helpful. Subscribing now!
@vitorspinheiro9944
@vitorspinheiro9944 3 жыл бұрын
man -you saved my life - i starting learning heroku like..yesterday so your example was great- thanks a lot - from a developer from Brazil o/
@Technologiegamer777
@Technologiegamer777 2 жыл бұрын
Thank you! My teacher Johnny S. send me this and it helped me launch my first application for my class!
@tanvinarsapur5826
@tanvinarsapur5826 3 жыл бұрын
Thank you very much for the video! I was struggling over this for the last 2 days and the video solved my problem instantly.
@luisgraterolpalumbo3200
@luisgraterolpalumbo3200 5 жыл бұрын
This video has saved me two times now from endless debugging. Thank you soooooo much!! Keep it up, mate
@BlancheNuit
@BlancheNuit 2 жыл бұрын
Simple, clear, from A to Z, thank you. It's actually the only video that helped me and I've been looking for 30 minutes
@beatsbypao3361
@beatsbypao3361 5 жыл бұрын
Thanks, dude, the Heroku documentation is great, but still, seeing someone explain it step by step is just way better!
@vigotski
@vigotski 3 жыл бұрын
Thanks for the video! Because of you I just did my first nodejs server deploy on heroku.
@alp6742
@alp6742 2 жыл бұрын
Thank you man, I mean this is just simple, a step-by-step walk-through better than any documentation out there!
@jssaini1998
@jssaini1998 4 жыл бұрын
Damn Amazing stuff. I was surfing through internet for the last 2 hours and then a suggestion came up of this video and this made my work so easy and had done the deployment under 10 minutes! Thanks Jonny... :)
@lornasw93
@lornasw93 4 жыл бұрын
Thank you SO much. The procfile saved me, ages I’ve been looking what I’ve been doing wrong but didn’t know quite what to search for. Thank you!!
@gummyman1995
@gummyman1995 3 жыл бұрын
Had to deploy an API server for a hiring challenge. Best 8 minutes of time spent.
@burntmolly8645
@burntmolly8645 4 жыл бұрын
I cannot thank you enough! nothing can be as simple and as straight forward than this tutorial THANK YOU!
@TheCAG1976
@TheCAG1976 2 жыл бұрын
You make it look easy! I’m new to Heroku! This is helpful!
@KT-ut9zg
@KT-ut9zg 4 жыл бұрын
Using Coronavirus downtime to build a node js app. Thanks for this tutorial. Short, sweet and to the point. Very helpful :)
@prestonedwards2589
@prestonedwards2589 5 жыл бұрын
great video, thanks sharing the information on how to deploy a Heroku App.
@gorrerifranco2077
@gorrerifranco2077 3 жыл бұрын
Thank you Jonny from the past!
@abnertoribio8574
@abnertoribio8574 3 жыл бұрын
"send messages to myself" finally someone will text me back
@alexyambao6115
@alexyambao6115 4 жыл бұрын
I was expecting deploying an app from heroku to at least take a few hours or a day. Under 10 minutes, to the point, solid tutorial.
@ButterflyCreativity
@ButterflyCreativity 5 жыл бұрын
Thank you Johnny! Your tutorial aided me being able to complete the next step in getting my node.js app to work on heroku and that was by adding the procfile and updating the existing port variable.
@lipecanad4
@lipecanad4 5 жыл бұрын
Hey Jonny, this video is amazing!!! I was getting headache but you have saved my day!!!!!
@psLand-film
@psLand-film 4 жыл бұрын
Thank you for this video, it helped me a lot. The Procfile didn't work, but I put this at the end of the package.json and then the app worked on heroku: "scripts": {"start": "node index.js" }
@DoctorOwnPoolman
@DoctorOwnPoolman 4 жыл бұрын
I hate devops from the bottom of my heart, but this video helped a lot.
@erikT131
@erikT131 4 жыл бұрын
It still works as of today. Thank you for the video.
@digit0junkE
@digit0junkE 4 жыл бұрын
Awesome Johnny love your video! straight to the point clear, clean and lean, bring some more !
@quinbryant3610
@quinbryant3610 3 жыл бұрын
Your video helped me to deploy my first app! Thank you so much!
@latestcoder
@latestcoder 5 жыл бұрын
Thank you so much, you are amazing, as someone was saying in the comments below, this video was really concise, just what every developer needs
@craigstowers972
@craigstowers972 4 жыл бұрын
cheers for the great tutorial. This is about the right pacing for me and you're a good teacher.
@JonnyKalambay
@JonnyKalambay 4 жыл бұрын
Thanks Craig I appreciate it!
@devsCafe1980
@devsCafe1980 6 жыл бұрын
Dude you're back, we need more stuff from you ;)
@JonnyKalambay
@JonnyKalambay 6 жыл бұрын
Alireza Keshanian Good to know :) What kinds of tutorials are you interested in? What would you like to learn more about or get better at?
@AnandYadav-dc9pf
@AnandYadav-dc9pf 4 жыл бұрын
I was reading docs and it was difficult to understand. Thank you for making that easy.
@dikshamittal9277
@dikshamittal9277 4 жыл бұрын
Thank you Jonny, that's what I was waiting for!!!!
@prajaktadharme2072
@prajaktadharme2072 3 жыл бұрын
Great thanks for the video!! I was struggling for an hour and was unaware of the port issue. This was very helpful :)
@cloudjinxed2416
@cloudjinxed2416 5 жыл бұрын
Great video. No fluff, straight to the point. Thank you!
@v.michaelangelopaster943
@v.michaelangelopaster943 4 жыл бұрын
Wow!!!!! well explained thank you. hoping for more videos
@pankajkumarbij
@pankajkumarbij 3 жыл бұрын
Very nice explaination, thank you so much.
@hasithkariyawasam7486
@hasithkariyawasam7486 4 жыл бұрын
thanks jonny. i was searching this for two days.you saved lot of time of mine
@billjellesma1371
@billjellesma1371 4 жыл бұрын
Very Helpful Video even 2 years later. One thing I noticed is that I didn't need a Procfile. I think it might be because I have my start script listed in the start section of my package.json file
@martinquintero1159
@martinquintero1159 3 жыл бұрын
Thank you for your time!! Great contribution! Hello from Argentina!!!
@gajudone3889
@gajudone3889 5 жыл бұрын
Very simple, helpful and incredible. Appreciate. You are the one in millions.
@davidalejandrojaramillo6681
@davidalejandrojaramillo6681 4 жыл бұрын
Thanks Mr Jonny!! Very helpful . You save me !!
@wazzadev7209
@wazzadev7209 4 жыл бұрын
Thanks very much, my site was successfully deployed.
@johnbatson8765
@johnbatson8765 4 жыл бұрын
Very nice Jonny. Excellent presentation!
@surajanshrestha5502
@surajanshrestha5502 4 жыл бұрын
Thanks for the video man. Lots of Love from Nepal....
@chitej7373
@chitej7373 4 жыл бұрын
You are great brother was having a tough time since morning with this thing..... You just made my day
@romez1990
@romez1990 5 жыл бұрын
You're the best nigga programmer I've ever seen! Thanks a lot.
@squidman8662
@squidman8662 5 жыл бұрын
Loved the simple and concise tutorial, thanks a lot bro
@David73_
@David73_ 3 жыл бұрын
Obrigado!!! Nao estava conseguindo e graças a voce consegui hospedar meu site
@nerdcentral5628
@nerdcentral5628 2 жыл бұрын
Thank you very much man , I was stuck at the Application Error for 5 days because I didn't add Procfile.
@karankankaria9416
@karankankaria9416 3 жыл бұрын
The best tutorial I needed. Keep up the good work. 👍
@NoeItorious
@NoeItorious 4 жыл бұрын
Thanks man super helpful. Glad to see a brother on here for once too 👍🏾
@purpledoll01
@purpledoll01 4 жыл бұрын
Thank you! This was easier than expected. Very nice tutorial
@andrewpagan
@andrewpagan 4 жыл бұрын
Best video of all time.
@11hassaan11
@11hassaan11 4 жыл бұрын
Thanks man...It helped me alot....Finally I have succesfully deployed my App on heroku.
@oogabooga3297
@oogabooga3297 4 жыл бұрын
that Procfile solve my problem..thank u soo much
@ltsgnis
@ltsgnis 4 жыл бұрын
That was an awesome video! To the point, with just the necessary information to get started. Love it, keep it up!!!!
@lidebug6851
@lidebug6851 4 жыл бұрын
Thanks man, the info about port saved me
@naywinhlaing7574
@naywinhlaing7574 4 жыл бұрын
Thank You!My app is now running.
@thecoder2441
@thecoder2441 3 жыл бұрын
This dude is the GOAT!!!
@donnytechiera957
@donnytechiera957 5 жыл бұрын
Awesome I follow a lot of Devs and your clarity in teaching is great, show do a Udemy course !!
@sesackey2
@sesackey2 5 жыл бұрын
Great video! Very direct and straight to the point walk through
@emmanuel_pr1nce
@emmanuel_pr1nce 4 жыл бұрын
Well done. Great job. Working as of 14th of February 2020.
@marcovaleri7279
@marcovaleri7279 4 жыл бұрын
Thank you so much for this incredible video, I finally put online my first Node app.
@kenaida22
@kenaida22 3 жыл бұрын
got my heroku server running, thanks
@akberkhan6329
@akberkhan6329 4 жыл бұрын
Thanks brotha! Very helpful, was able to use the procfile and worked perfectly!
@SelenaFreeJack
@SelenaFreeJack 4 жыл бұрын
Really nice way of explaining things. it was very helpfull. thank you
@mikepry4388
@mikepry4388 4 жыл бұрын
Thanks Jonny, excellent video!
@pavellapshin6245
@pavellapshin6245 4 жыл бұрын
Really clear and easy guide, it helped me in my course project. Thank you so much!
@amitabhkumar2
@amitabhkumar2 4 жыл бұрын
Thank you for a great video Jonny. Indeed useful for a first-timer.
@a.m.mohamed5382
@a.m.mohamed5382 5 жыл бұрын
very helpful tutorial dude, Thanks so much
@anybodycanprogram3076
@anybodycanprogram3076 4 жыл бұрын
Really nice job! I like your setup a lot too. Keep up the good work.
@amrmoneer5881
@amrmoneer5881 4 жыл бұрын
ur a great teacher keep going my friend
@josephjoy8390
@josephjoy8390 4 жыл бұрын
thanks man you really did help me a lot to deploy my first website !! cheers
@Gemile
@Gemile 5 жыл бұрын
Thanks a lot, i already liked and subscribed u. I dont know about Procfile until you said. Thank again.
@TheGreenbear66
@TheGreenbear66 4 жыл бұрын
Thanks for the video, exactly what I needed, short and to the point
@RitikRaj-ih5sx
@RitikRaj-ih5sx 4 жыл бұрын
You are a very great person!!!
@jayantkhandelwal9753
@jayantkhandelwal9753 5 жыл бұрын
Thank you so much buddy! I was doing the same mistake as you mentioned i.e. PORT = 5000 instead of process.env.PORT. Thanks once again
@AhmedSK143
@AhmedSK143 2 жыл бұрын
The best explanation
@ishantsahni9814
@ishantsahni9814 4 жыл бұрын
thanks a lot johnny, i was stuck on this for the past 2 hours
@ivanwu6226
@ivanwu6226 3 жыл бұрын
What a great tutorial! Thanks man!
@mateoguevara923
@mateoguevara923 4 жыл бұрын
best tutorial by far, thanks for sharing!
Heroku Is Dead, Here's What I Recommend
11:59
Theo - t3․gg
Рет қаралды 262 М.
Deploy Node.js website on Heroku for Free
8:40
Raddy
Рет қаралды 125 М.
Worst flight ever
00:55
Adam W
Рет қаралды 51 МЛН
Running With Bigger And Bigger Lunchlys
00:18
MrBeast
Рет қаралды 132 МЛН
My Daughter's Dumplings Are Filled With Coins #funny #cute #comedy
00:18
Funny daughter's daily life
Рет қаралды 24 МЛН
Now Playing: A Quick Intro to Spotify's API with React
29:14
Jonny Kalambay
Рет қаралды 56 М.
3 Alternatives for Heroku's Free Tier - Full Stack & API Hosting
13:04
Traversy Media
Рет қаралды 220 М.
JavaScript Pro Tips - Code This, NOT That
12:37
Fireship
Рет қаралды 2,5 МЛН
Deploy NodeJS and Express API On Heroku
8:55
Arslan
Рет қаралды 85 М.
How to Deploy a Node.js & React App to Heroku
25:45
Gravity
Рет қаралды 12 М.
Doing it Live! Learn Youtube's API by Making a Chatbot
1:15:43
Jonny Kalambay
Рет қаралды 16 М.
Modern Data Fetching in React (Complete Guide)
16:41
Cosden Solutions
Рет қаралды 54 М.
Deploying MERN app to Heroku | Step by step guideline
17:01
Marina Kim
Рет қаралды 8 М.
Worst flight ever
00:55
Adam W
Рет қаралды 51 МЛН