https://github.com/chase-allen-tech/go-fiber-clean
Fiber project with clean architecture and well organized
https://github.com/chase-allen-tech/go-fiber-clean
fiber golang mongodb
Last synced: about 1 month ago
JSON representation
Fiber project with clean architecture and well organized
- Host: GitHub
- URL: https://github.com/chase-allen-tech/go-fiber-clean
- Owner: chase-allen-tech
- Created: 2022-10-23T20:20:02.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T20:33:35.000Z (over 2 years ago)
- Last Synced: 2025-02-16T07:41:20.121Z (3 months ago)
- Topics: fiber, golang, mongodb
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go-Lang Clean Architecture
Sample Go-Lang Clean Architecture Project
## Framework
- Web : GoFiber
- Validation : Go-Ozzo
- Configuration : GoDotEnv
- Database : MongoDB## Architecture
Controller -> Service -> Repository