andriajah Mon Oct 2022 2 years ago
Mengenal Web Framework Go Fiber (route, Middleware)
In this video I describe how to use routing, parsing request body, response, middleware, and a few tips in a golang for sorting slice.
Who wants Sawer: https://saweria.co/kodingsuka
Source Code: https://github.com/kodingsuka/rest-fiber
TIMESTAMP:
00:00:00 INTRO
00:02:20 CREATE PROJECT
00:03:20 INSTALL GO FIBER
00:03:33 Start Making App
00:09:40 Make Dummy Data
00:13:48 PARSING BODY REQUEST
00:21:17 Create Middleware
00:34:09 Separate the handler
00:37:06 Get single toodo
00:42:10 Authorization Middleware
01:04:44 What's Next?
#golang #gofiber #crud #auth golang fiber gofiber middleware auth