DEV Community

Nathan Hannon
Nathan Hannon

Posted on

Question about deployment.

Hi Dev community,

I am currently creating my portfolio site with React.js, Node.js(express), and postgreSQL. This will be my first ever website/web app which will be deployed, since all my others are for school projects. I can't find any comprehensive tutorials about how to deploy, specifically to Google Cloud (since my database is hosted there I want to keep everything in one place). I was wondering if anyone could point me in the right direction for any tutorials or walkthroughs.

Thanks!

Top comments (2)

Collapse
 
brandinchiu profile image
Brandin Chiu • Edited

The quickstart guide for Google App Engine on nodejs is probably the best place to start!

cloud.google.com/appengine/docs/st...

Using app engine will solve a lot of networking and vpc setup concerns for getting your services connected.

Also, your portfolio will probably be free or mostly free due to traffic on the free quota!

Collapse
 
nathanhannon profile image
Nathan Hannon

Thanks for the help! 😁