Fastify web framework for Node.js. Getting started.
➥ Repo: https://github.com/pragmatic-reviews/...
➥ Buy Me a Coffee: https://buymeacoff.ee/pragmatic
➥➥ Learn even more! ➥➥
Learn Next.js ➥ https://bit.ly/PragmaticNext
Learn Contentful ➥ https://bit.ly/PragmaticContentful
Learn Strapi ➥ http://bit.ly/PragmaticStrapi
Learn Gatsby ➥ https://bit.ly/PragmaticGatsby
Learn Deno ➥ https://bit.ly/LearnDeno
Learn GraphQL ➥ https://bit.ly/LearnGraphQL
Golang in the Cloud ➥ https://bit.ly/LearnGolangCloud
Gin Crash Course ➥ http://bit.ly/2SXdJu2
Golang Crash Course ➥ http://bit.ly/39ZH8dy
Zapier Crash Course ➥ http://bit.ly/37q1BGt
Timestamps:
Intro - 0:00
Installing Fastify and Nodemon libraries - 0:36
Setting up Fastify project and scripts (dev, start) - 1:23
Setting up the Fastify server - 2:15
Adding two GET endpoints - 4:12
Adding a POST endpoint - 6:42
Working with Schemas (GET endpoint) - 7:50
Working with Schemas (POST endpoint) - 12:00
Handling validation errors from an endpoint - 14:06
Setting up a global error handler - 15:44
Outro - 17:24
#Fastify #Framework #Node