Gofiber starter web-api project supported configuration with MongoDB and Users authentication/authorication ready made models
- Good for api starter
- Good to for learning about golang
- Golang
- Gofiber
- MongoDB
- Authentication / Authorization
- Users
- DB
- Scheduler
- Websocket
- Webserver
├── Auth
│ └── Auth.go
├── Models
│ └── User.go
├── Controllers
│ └── User.go
├── Routes
│ └── User.go
├── Middleware
│ └── Wall.go
├── Scheduler
│ └── Runner.go
├── Utils
│ └── Utils.go
└── WSS
└── Commander.go