Learn Go Fiber framework by creating simple todo api with jwt authentication.
Recently in Node.js, I'm using Express.js to develop Rest API and I'm very familiar with it. I wanna develop API in golang, so I'm looking for Golang Web Framework with Express.js style, and I found this amazing framework.
Things I learned from creating this project:
- Fiber Router
- Fiber Router Group
- Fiber Middleware
- JWT Authentication in Golang
- Fiber Request Validation
- GORM with postgresql
- GORM Auto Migration