Google App Engine - how to deploy React client and Node.js API Server

Sdílet
Vložit
  • čas přidán 6. 12. 2022
  • This video demonstrates how to deploy React client (based on create-react-app) and a matching Node.js Express.js based API server application to the Google App Engine.
    Source code available here: github.com/lassehav-oamk/gae-...

Komentáře • 11

  • @alexgrigoriadis382
    @alexgrigoriadis382 Před rokem +2

    That was really valuable! Thanks for all the effort!

  • @anthonytieu1914
    @anthonytieu1914 Před rokem

    That was very helpful! Thank you!

  • @user-mg8cc9dy1x
    @user-mg8cc9dy1x Před 5 měsíci

    Thank you so much for this tutorial

  • @user-mc5yk3il5f
    @user-mc5yk3il5f Před 11 měsíci

    Amazing, thank you so much.

  • @simong1231
    @simong1231 Před rokem

    Very well done video, super valuable!!!! I´m trying to connect my server to a Google SQL and Google Cloude Storage and this game me perspective on where start and how to config some of it!

  • @sanjayajanakantha7883

    it works

  • @dya1111
    @dya1111 Před 4 měsíci

    Thank you for this great tutorial. However, how would you connect the back-end to mongodb atlas instead of Sql? what would replace the (dbConfig.connection.socketPath = "/cloudsql/....';?

  • @ogo-oluwasubomipopoola6666
    @ogo-oluwasubomipopoola6666 Před 6 měsíci

    I had a CORS issue after following the steps and deploying. I was able to resolve this by adding `entrypoint: node index.js` to my app.yaml server directory. For some reason i still needed to specify that for the server to start

  • @vaibhavprakash4159
    @vaibhavprakash4159 Před měsícem

    I am getting 404 with my backend service. Any advise?

  • @drawingdr9829
    @drawingdr9829 Před rokem +1

    is it free?or how musch for hosting? thank u so much
    👉👉👍👍

  • @hectoronato5430
    @hectoronato5430 Před rokem +1

    at least show us that the deployment is working