https://github.com/cuongnb14/cookiecutter-go-gin
Cookiecutter go gin is a framework for jumpstarting gin projects quickly
https://github.com/cuongnb14/cookiecutter-go-gin
cookiecutter cookiecutter-gin cookiecutter-go gin-dependency-injection gin-fx gin-project-structure gin-skeleton gin-template go-dependency-injection
Last synced: 9 months ago
JSON representation
Cookiecutter go gin is a framework for jumpstarting gin projects quickly
- Host: GitHub
- URL: https://github.com/cuongnb14/cookiecutter-go-gin
- Owner: cuongnb14
- License: mit
- Created: 2024-08-13T06:59:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T06:39:42.000Z (9 months ago)
- Last Synced: 2025-02-24T07:35:12.346Z (9 months ago)
- Topics: cookiecutter, cookiecutter-gin, cookiecutter-go, gin-dependency-injection, gin-fx, gin-project-structure, gin-skeleton, gin-template, go-dependency-injection
- Language: Go
- Homepage:
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cookiecutter-go-gin
Powered by Cookiecutter. Cookiecutter go gin is a framework for jumpstarting projects quickly. It is very useful for **small** and **medium** projects, for large projects **hexagon architecture** can be used.
## Usage
```sh
pip install cookiecutter
cookiecutter https://github.com/cuongnb14/cookiecutter-go-gin.git
```
## Integrate
- Go fx dependency injection
- Repository + Service pattern
- Asynq - distributed tasks queue
- Asynqmon - dashboard for asynq
- pprof - for debugging
- Gorm - ORM
- Atlas - databse migration
- Slog + Sentry - Logging
- Viper - load config from env
- JWT auth
- Utils command (use invoke python): generate model, repository, service files, format env ...
- And more ...