Skip to content
/ fibergo-kickstarter Public template

πŸŒ€ a fibergo template includes JWT auth & mongo connection

Notifications You must be signed in to change notification settings

noirrs/fibergo-kickstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒ€ Fibergo Kickstarter

🀠 Cool Template for Fibergo includes JWT authentication and MongoDB connection.

🦾 Features

  • using Fibergo

  • explanations for function and instances

  • MongoDB connection

  • JWT authentication

  • Perfect structure

✍️ Repository 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

πŸ”— Resources

Go

Mongo Driver

GoFiber

MongoDB

MongoDB Compass (for local usage)

Running the app

# development
$ go run .

πŸ“± Contact

Releases

No releases published

Packages

No packages published

Languages