DEV Community

Discussion on: Deploying Nuxtjs on Google Cloud Run (Serverless)

Collapse
 
artjcdev profile image
u-jc

Hello,

Please, for example, bring to the Cloud
Frontend -> Nuxt
Backend -> Nodejs + Express API (MYSQL and File storage doc, img, etc ,.)
How to do?

Collapse
 
sakko profile image
SaKKo

setup another server for your backend?
or if it support docker, you can deploy you APIs on Cloud Run, just make sure that your app export process.env.PORT to public