How to deploy Express.js backend to Google Cloud (Gcloud)

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ต.ค. 2024
  • We setup an Express.js back end server to be hosted on GCloud. Everything from downloading of the CLI tools, installation and initial configuration of the terminal, app.yaml and GCloud project

ความคิดเห็น • 6

  • @ogt1407gabriel
    @ogt1407gabriel ปีที่แล้ว +1

    thank you for the video

  • @chericha
    @chericha 5 หลายเดือนก่อน

    Thanks for this!

    • @MrGudmestad
      @MrGudmestad  5 หลายเดือนก่อน

      My pleasure!

  • @viatzalatara
    @viatzalatara 4 หลายเดือนก่อน

    for my backend server i use a mysql database which is currently on localhost. in the backend i use sequelize to interact with the database. when deploying the app on the google cloud i get error that the module "sequelize" cannot be found. how could i fix this? my backend server worked perfectly locally

    • @MrGudmestad
      @MrGudmestad  3 หลายเดือนก่อน

      Hi there. I don't have much experience with sequelize, so I don't think I'd be able to help without a close look at your source code and spending some time troubleshooting