Completed
) Airtable Signup
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Serverless Functions Course - Create a Serverless API
Automatically move to the next video in the Classroom when playback concludes
- 1 ) Intro
- 2 ) Serverless Functions Info
- 3 ) Services Info
- 4 ) Front-End
- 5 ) Requirements
- 6 ) Text Editor
- 7 ) Starter Project
- 8 ) Install Starter
- 9 ) Starter Overview
- 10 ) First Function
- 11 ) Function Syntax Overview
- 12 ) Status Codes
- 13 ) First Example
- 14 ) Redirects And Auto Imports
- 15 ) Basic Api Intro
- 16 ) Basic API Function
- 17 ) Basic Api Front-End
- 18 ) Deploy Intro
- 19 ) Continuous Deployment
- 20 ) CORS Errors Fixed
- 21 ) Free Requests Info
- 22 ) Airtable Info
- 23 ) Airtable Signup
- 24 ) Setup Products
- 25 ) Airtable API
- 26 ) Fetch Products From Airtable
- 27 ) ENV VARS
- 28 ) Display Products
- 29 ) Single Product Function
- 30 ) Single Product Front-End
- 31 ) Combine In One Function
- 32 ) ENV VARS Netlify
- 33 ) React App Intro
- 34 ) Setup React Starter
- 35 ) Basic Example
- 36 ) Serverless Function
- 37 ) Airtable Products
- 38 ) Single Product - React Router
- 39 ) Single Product Page
- 40 ) Deploy React App