Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bangadam/go-fiber-starter
Simple and scalable starter kit to build powerful and organized REST projects with Fiber.
https://github.com/bangadam/go-fiber-starter
boilerplate clean-architecture docker fiber go golang starter starter-kit template
Last synced: 3 months ago
JSON representation
Simple and scalable starter kit to build powerful and organized REST projects with Fiber.
- Host: GitHub
- URL: https://github.com/bangadam/go-fiber-starter
- Owner: bangadam
- License: mit
- Created: 2022-08-13T07:19:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T03:52:18.000Z (6 months ago)
- Last Synced: 2024-08-27T01:50:38.848Z (5 months ago)
- Topics: boilerplate, clean-architecture, docker, fiber, go, golang, starter, starter-kit, template
- Language: Go
- Homepage:
- Size: 239 KB
- Stars: 34
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Go Fiber Starter
![]()
About |
Features |
Technologies |
Requirements |
Starting |
License |
Author
## :dart: About
Simple and scalable starter kit to build powerful and organized REST projects with Fiber.
## :sparkles: Features
- [x] Logging
- [x] Repository Pattern
- [x] ORM database with Gorm
- [x] Mocking with GoMock
- [x] Api documentation with Swaggo
- [x] Support JWT authentication
- [x] Containerization with Docker compose
- [x] Unit testing with testify
- [x] CI\CD with Github Actions## :rocket: Technologies
The following tools were used in this project:
- [Go](https://go.dev)
- [PostgreSQL](https://www.postgresql.org)
- [Docker](https://www.docker.com/)
- [Fiber](https://github.com/gofiber/fiber)
- [Gorm](https://gorm.io)
- [Fx](https://github.com/uber-go/fx)
- [Zerolog](https://github.com/rs/zerolog)
- [GoMock](https://github.com/golang/mock)## :white_check_mark: Requirements
Before starting :checkered_flag:, you need to have [Git](https://git-scm.com), [Go](https://go.dev), [Docker](https://www.docker.com/) and [PostgreSQL](https://www.postgresql.org) installed.
## :checkered_flag: Starting
```bash
# Clone this project
$ git clone https://github.com/bangadam/go-fiber-starter# Access
$ cd go-fiber-starter# Download dependencies
$ go get -v ./...# Run the project
$ go run cmd/example/main.go# The server will initialize in the
```## :memo: License
This project is under license from MIT. For more details, see the [LICENSE](LICENSE) file.
Made with :heart: by bangadam.dev