RESTful Node.js Controllers with Fastify 👨‍💻 Develop an App from Scratch (Part 5)

Опубликовано: 05 Октябрь 2024
на канале: NL Tech
886
20

In this video, we'll be building on our RESTful controllers for the bw-backend-service application using Fastify.js as the HTTP server and leveraging TypeORM for data access. We'll continue implementing controllers in TypeScript using the existing models, focusing on CRUD (Create, Read, Update, Delete) operations essential for the client-side functionality.

What you'll learn:
Building CRUD controllers with Fastify
Using Fastify with TypeScript
RESTful Design in Practice

Repository:
bw-backend-service: https://github.com/nikelaz/bw-backend...

Contents:
0:00 Introduction
0:23 Changes Since Last Video
2:18 Budgets Controller
20:42 Transactions Controller
39:53 Category Budgets Controller
1:02:20 Conclusion

Social Media:
Email: [email protected]
Twitter:   / nikelaz  
LinkedIn:   / nikola-lazarov  

#project #application #fastify #rest #controllers