From the course: Angular: Creating and Hosting a Full-Stack Site

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Move a full-stack app to the cloud

Move a full-stack app to the cloud

From the course: Angular: Creating and Hosting a Full-Stack Site

Start my 1-month free trial

Move a full-stack app to the cloud

- [Instructor] Okay, at this point in the course we've got our entire full-stack application set up. We've got the Angular front end, we have the Hapi JS server, we have a MySQL database, and we have Firebase Auth as our auth provider. And all of this is something to be really proud of since not many web developers know how to do what we just did. Most web developers spend their entire careers working on either the front end or the back end without ever seeing how all the pieces fit together like we've done so far in this course. However, at this point, all of these pieces are still running locally on our own computer and the only ones that can access them are ourselves. So in this section, we're going to see how we can move our app to the cloud so that it can be accessed by anyone. And to host our app, we're going to be using a platform called Google Cloud. Now, if you've never deployed a full-stack app before, this might…

Contents