Skip to content

Learn Go Fiber framework by creating simple todo api with jwt authentication.

Notifications You must be signed in to change notification settings

alifrizkip/learn-go-fiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Fiber Hands-on

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

About

Learn Go Fiber framework by creating simple todo api with jwt authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages