These clarifications and wireframes are meant to be a supplement to Mongoose Flights Lab, Part 3.
First, you're to create a Ticket schema with the following fields/properties:
seat
price
These clarifications and wireframes are meant to be a supplement to Mongoose Flights Lab, Part 3.
First, you're to create a Ticket schema with the following fields/properties:
seat
price
There are a few different processes that we need to understand when it comes to OAuth: 1) What happens when the server starts, 2) What happens when an authentication request is handled, and 3) What happens when a normal route with authorization is handled. We won't be writing code in this order, but these lists will help you understand their part in the processes.
express-session
and passport
libraries.In server.js
:
There are a few different processes that we need to understand when it comes to OAuth: 1) What happens when the server starts, 2) What happens when an authentication request is handled, and 3) What happens when a normal route with authorization is handled. We won't be writing code in this order, but these lists will help you understand their part in the processes.
Load express-session
and passport
libraries in server.js
:
You have a website that needs to display a few images, as well as your content. It doesn't need to collect user data like their names, email, and password, nor does it need to upload profile images. It's simple, which is why this lab will show you how to use Amazon Simple Storage Service (S3) to host your site.
You also have a custom domain that you want to use for this website. Once we've hosted your site on S3, we'll use Amazon Route 53 to ensure that users can find it using your chosen domain.
In order to acquire these skills, we're going to build a pet adoption site that displays some text and a few images. Then we're going to route a custom domain to this website in order to make it easier for users to discover your site.