Completed
Overview of Application
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Full Stack Photobook App - Vue, GraphQL, AWS Amplify
Automatically move to the next video in the Classroom when playback concludes
- 1 Overview of Application
- 2 Setup
- 3 Overview of AWS Services
- 4 Install Tools
- 5 Amplify Configuration
- 6 Configure Vue App With Amplify
- 7 Authentication
- 8 Adding AWS Cognito To App
- 9 Add Authentication To Vue
- 10 Setting up Auth Vuex Store
- 11 Creating Login Component
- 12 Setup Routes
- 13 Create Signup Page
- 14 Creating Nav Component
- 15 Adding Route Guards
- 16 GraphQL and Storage
- 17 Add AWS Storage
- 18 Add AWS App Sync
- 19 Updating GraphQL Schema
- 20 Mocking GraphQL API with Playground
- 21 Adding Album Vuex store
- 22 Update Albums page
- 23 Update AlbumsDetails page
- 24 Testing out album feature
- 25 Lambda Function
- 26 Adding Lambda in AWS Amplify
- 27 Update Amplify Photo Processor
- 28 Update amplify storage
- 29 Update cloud formation template
- 30 Testing App E2E