Completed
- Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fastify Crash Course - Node.js Framework
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Install & Setup
- 3 - Basic Server
- 4 - Create a Basic Route
- 5 - VSCode REST Client
- 6 - Data File
- 7 - Separate Routes File
- 8 - Options, Validation Schemas & Handlers
- 9 - Creating a Controller
- 10 - Fastify Swagger API Documentation
- 11 - Add Item POST
- 12 - Body Validation
- 13 - Remove Item DELETE
- 14 - Update Item PUT