Fastify : Complete Crash Course | #backend

preview_player
Показать описание
Fastify is an alternative to Express JS for backend in Node JS. In this tutorial series we'll be talking about What is Fastify, Connecting to MongoDB from server, CRUD operations to MongoDB, Routes, Validation Schemas, Decorators etc. In short, you will get to know almost all important concepts of Fastify in this crash course so that you can start backend programming using this framework.

Follow me on below social media,

To know more about me,

Drop me mail if you need any help,

Timestamps:
00:00 What is Fastify?
01:23 Setting up backend server with Fastify
05:42 Implement Plugins in Fastify
09:49 Connect Server to MongoDB
14:40 CRUD operations in DB from Server
21:16 Hooks in Fastify
24:37 Decorators in Fastify
28:37 Validation & Schemas in Fastify
35:30 How this Crash Course would help you?

Tags: fastify,nodejs,fastify tutorial,node js tutorial,new node framework,fastify website,fastify server,fastify static,fastify templates,master fastify tutorial,fasstify,fastify node,nodejs tutorial,node tutorial,fastify web,fastify course,node full course,nodejs crash course,node,js fastify,js course,js crash course,crash course,quick course,backend,express,express js,node js,backend node js mongodb,backend in node js,fastify api demo

#fastify #express #mongodb #nodejs
Рекомендации по теме
Комментарии
Автор

hi can you create a small app with reactjs client using nodejs fastify server which is using using java api end points

swatirathod
Автор

Keep getting internal server error when I send the post request.

sebastienroux
Автор

I don't really understand when I need to use "register" instead of "decorate" inside my plugin files to access my plugin globally like you did with mongodb. I use postgresql, the "register" didn't work, I think, but I did a global access with a "decorate".

StrikerFeed
Автор

After Adding that schema i am getting a blank object.

chandanchiranjeebsahoo
Автор

Thank you! Can you please make more videos on Fastify API with passport jwt?

gadgetkh