Тёмный

Deploying a NodeJS App - Episode 1.1 | Google Cloud ~ App Engine 

David Weiss
Подписаться 8 тыс.
Просмотров 35 тыс.
50% 1

Hey Coders! Always wanted to put your own custom website on the internet? Publishing a webpage to the internet is actually a lot simpler than you may think, thanks to Google Cloud! In this video, we'll be using the immensely popular NodeJS runtime with the Express web framework. All that is necessary to put that same code that runs on your local server to the internet is one additional file
app.yaml
that contains one line of code
runtime: nodejs10
That's it, in less than 30 minutes! Don't hire an expensive back-end programmer when you can do it yourself. Watch this tutorial video to get step-by-step instructions on deploying a website to the cloud using App Engine!
🎙️ Help me get a new Microphone! gofund.me/67b28c1c
❤️ Support the ongoing growth of this channel! / davidweissprogramming
🧑‍💻 App Engine Documentation: cloud.google.com/appengine/docs/
----------------------------------------------------------------------------------------------
🕒 Timestamps
0:00 Intro
1:34 Download the gcloud SDK
10:25 Creating a Simple NodeJS App
17:25 Adding an app.yaml File to the App
19:54 Deploying our App to the Internet
22:14 Handling a Common Server Error
----------------------------------------------------------------------------------------------
Other playlists:
-------------------------------------
Python
-------------------------------------
Pandas:
• Pandas
-------------------------------------
Flutter
-------------------------------------
Dart:
• Flutter - Season 1 | Dart
Flutter Orientation:
• Flutter - Season 0 | O...
-------------------------------------
Google Cloud
-------------------------------------
Compute Engine:
• Google Cloud - Season ...
App Engine:
• Google Cloud - Season ...
Google Cloud Orientation:
• Google Cloud - Season ...
-------------------------------------
Apps Script
-------------------------------------
JDBC Service:
• Apps Script - Season 1...
Data Studio Service:
• Apps Script - Season 1...
Maps Service:
• Apps Script - Season 1...
Utilities Service:
• Apps Script - Season 1...
Properties Service:
• Apps Script - Season 1...
URL Fetch Service:
• Apps Script - Season 1...
Drive Service:
• Apps Script - Season 1...
Forms Service:
• Apps Script - Season 9...
Lock Service:
• Apps Script - Season 8...
HTML Service:
• Apps Script - Season 7...
Document Service:
• Apps Script - Season 6...
Slides Service:
• Apps Script - Season 5...
Calendar Service:
• Apps Script - Season 4...
Script Service:
• Apps Script - Season 3...
Gmail Service:
• Apps Script - Season 2...
Spreadsheet Service:
• Apps Script - Season 1...
Apps Script Orientation:
• Apps Script - Season 0...
----------------------------------------------------------------------------------------------

Опубликовано:

 

16 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@mdamirhossain9376
@mdamirhossain9376 3 года назад
Thank you very much for mentioning my name. It was a surprise for me. And as always, this tutorial also looks awesome. Best of luck.
@lennonwu1639
@lennonwu1639 3 года назад
Dude, you don't have to scream to make this an awesome video. It's already awesome.
@vidsofwatch1393
@vidsofwatch1393 2 года назад
this why he needs the donation for the microphone
@TrevorDBEYDAG
@TrevorDBEYDAG 2 года назад
@@vidsofwatch1393 I don't thin mic would help the voice tone 🙂 (I'm joking)
@labilawal
@labilawal Год назад
🤣🤣 Jesus
@polinat6608
@polinat6608 Год назад
This tutorial was so, so, SO helpful. Thank you! I had to do a bit of troubleshooting on my end though. All git version changes of mine needed to be committed before I uploaded my app to the cloud. If anyone else has any issues, this could be the problem!
@FisioVT
@FisioVT 3 года назад
Nice video. Tks for leaving the terminal error. Helps a lot.
@vyacheslavnesmeianov4641
@vyacheslavnesmeianov4641 7 месяцев назад
SOAB! You were probably born to teach people! I can't support you by money (yet) but I will! Dude! Thank you so much for this!
@joychen1285
@joychen1285 Год назад
Thank you David, I deployed an example website successfully😁
@kwwong1834
@kwwong1834 2 года назад
Thank you for your video!
@Rolfikv
@Rolfikv 3 года назад
Great video bro!
@laurodanieljimenezcustodio8790
@laurodanieljimenezcustodio8790 3 года назад
great video!! it really helped me
@iustinalaschi5283
@iustinalaschi5283 3 года назад
Great video! Good luck!
@3b3z_himself2
@3b3z_himself2 7 месяцев назад
AWESOME ! Thank you dude !
@riiya7928
@riiya7928 2 года назад
Thanks for this!
@David-tl4mm
@David-tl4mm 8 месяцев назад
Thank you! 🙌
@khosseny1625
@khosseny1625 2 года назад
Great Video it halped me , thank you
@mm_ww_2
@mm_ww_2 Год назад
tks, man! you really helped me!
@franciscobahamondes1313
@franciscobahamondes1313 11 месяцев назад
Thank you sir very helpful
@RajA-me9cl
@RajA-me9cl Год назад
Thank you so much.
@Volrododu
@Volrododu Год назад
Merci mon dav ;)
@sebasA
@sebasA Год назад
Thank for the help!! It has any problem using another ports?
@jacquestsang603
@jacquestsang603 3 года назад
Hi thanks to your explanations, I have deployed my app but when I try to open through the browser I get "Forbidden" error message. I do not have no clue, there is any chance to have a hint ?
@237_radithya9
@237_radithya9 7 месяцев назад
hi david, i already deployed my api into the app engine. But when i test it into postman, it showed "service unavailable". Idk where is the problem. Thanks🙌
@shdgl2010
@shdgl2010 11 месяцев назад
Thank you so much, where i can see the deployed Code in GCP?
@salmanahmad1
@salmanahmad1 2 года назад
using server.js but still getting 500 server error, i also have mentioned server.js in package,json
@_DefiJack
@_DefiJack 6 месяцев назад
Please make a video on how to deploy a nodejs app that uses socketio to app engine flex environment. I can't get socketio to work. Works fine locally but not after deploying to app engine. Keep getting 502 bad gateway error.
@shahreazneeloy2119
@shahreazneeloy2119 2 года назад
where I put my env vars?
@jumbo999614
@jumbo999614 2 года назад
Hi, I'm new to web programming. I just finished my first React MERN application that I learned on youtube. Now i have both Backend(Node js connecting to MongoDB) and Frontend(React). Is this going to work for me?
@DavidWeissProgramming
@DavidWeissProgramming 2 года назад
Yes, you can definitely host this application on App Engine! Just set your runtime to nodejs.
@zelinski07
@zelinski07 2 года назад
24 minute TL/DR: make a node app, create a yaml file and execute 'gcloud app deploy' if and only if your app is 'hello world' level trivial. friendly advice to make video with most content related to title, which is what people search for.
@darrennienaber6488
@darrennienaber6488 10 месяцев назад
100% I think an added benefit would be a cloud SQL connection
@AMKRECORDS
@AMKRECORDS Год назад
that browser lol
@andrewcbuensalida
@andrewcbuensalida 2 года назад
so much easier than aws
@anushkashah9924
@anushkashah9924 3 года назад
Does any one know how to get google cloud without credit card , 2021 ?!
@RossPfeiffer
@RossPfeiffer 2 года назад
this better work
Далее
Picking the right serverless platform (Part 1)
14:02
Просмотров 14 тыс.
Сколько метров чернил в ручке?
16:35
One moment can change your life ✨🔄
00:32
Просмотров 17 млн
Deploy python application on Google App Engine (GAE)
25:06
Deploy React App on Google App Engine
15:30
Просмотров 16 тыс.
Deploying NodeJS apps to a Google Cloud VM
29:11
Просмотров 17 тыс.
Cloud Run QuickStart - Docker to Serverless
7:50
Просмотров 180 тыс.
Connect to Cloud SQL from App Engine in Google Cloud
15:50