In this video we're going to build a REST API in Go using the web framework Fiber and the Go ORM library GORM alongside a SQL database
🧑 Book a Learning Session - https://calendly.com/rithmic-studio/learning-session
Discord - https://discord.gg/TwUV34F6wC
⏳ Timestamps
00:00:00 - Project Setup
00:09:00 - Database
00:13:00 - Creating our models
00:22:14 - User routes
00:51:12 - Product routes
01:06:53 - Order routes
The finished code can be found here:
- https://github.com/sixfwa/fiber-gorm
#Go #Fiber