GOLANG CRUD REST API (FIBER + MYSQL + REDIS + GORM) – PART 1



GOLANG CRUD REST API (FIBER + MYSQL + REDIS + GORM) – PART 1

GOLANG CRUD REST API (FIBER + MYSQL + REDIS + GORM) - PART 1

This YouTube video covers how to create a CRUD (Create, Read, Update, Delete) Rest API application using the Golang programming language, the Fiber framework, and integrates MySQL and Redis.

The video walks viewers through the step-by-step process of creating a CRUD Rest API application that allows users to perform Create, Read, Update, and Delete operations on a MySQL database. Additionally, the application utilizes Redis as a caching server to improve the application’s performance.

Firstly, the video covers the concept of CRUD and how web applications can implement it. Then, viewers will learn how to use the Fiber framework to create a web server and handle HTTP requests.

Next, the video discusses how to connect the application to the MySQL database and perform CRUD operations on database tables. Afterwards, viewers will be taught how to integrate Redis as a caching server to improve the application’s performance.

Throughout the video, viewers are provided with clear and comprehensive code examples and explanations that are easy to understand, helping them to comprehend the concepts and technologies used in creating a CRUD Rest API application using Golang.

Comments are closed.