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

The approach

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

Start my 1-month free trial

The approach

- [Instructor] So as I mentioned, in this course, we'll be using a number of different technologies to build and host a Full Stack web application. And the application that we'll be building will be a listing site, something similar to sites like Craigslist, where users will be able to list items for sale and view items that other users want to sell. And this site will also include things like user authentication, that is it'll allow users to log in and out using their Google account and use that to keep track of who's listings are who's. So the front end of this site will be built using angular, which again is a very popular and easy to use front end framework, and this front end site will be served by a backend written for a Node.js environment. And it'll use a very popular server framework called hapi to make the task of creating an API easier. And the backend will also store all its data in a Maya SQL database. And after we've built all that, we'll be adding user authentication to our site using something called Firebase Auth, and then, we'll host our entire Full Stack application on Google Cloud. Well, that's about it. Let's get started.

Contents