π€ Cool Template for Fibergo includes JWT authentication and MongoDB connection.
-
using Fibergo
-
explanations for function and instances
-
MongoDB connection
-
JWT authentication
-
Perfect structure
ββ controllers
β ββ middleware.go
β ββ controller.go
ββ database
β ββ load_preferences.go
β ββ connect.go
ββ services
β ββ register.go
β ββ login.go
β ββ app.go
ββ types
β ββ types.go
ββ README.md
ββ go.mod
ββ go.sum
ββ lib.json
ββ main.go
MongoDB Compass (for local usage)
# development
$ go run .