Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cuongnb14/cookiecutter-go-gin
Cookiecutter go gin is a framework for jumpstarting projects quickly
https://github.com/cuongnb14/cookiecutter-go-gin
cookiecutter cookiecutter-gin cookiecutter-go gin-skeleton gin-template
Last synced: 1 day ago
JSON representation
Cookiecutter go gin is a framework for jumpstarting projects quickly
- Host: GitHub
- URL: https://github.com/cuongnb14/cookiecutter-go-gin
- Owner: cuongnb14
- License: mit
- Created: 2024-08-13T06:59:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T04:44:47.000Z (3 months ago)
- Last Synced: 2024-08-26T05:59:30.154Z (3 months ago)
- Topics: cookiecutter, cookiecutter-gin, cookiecutter-go, gin-skeleton, gin-template
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 0
- 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
- Repository + Service pattern
- Asynq - distributed tasks queue
- Gorm - ORM
- Atlas - databse migration
- Zap + Sentry - Logging
- Viper - load config from env
- JWT auth
- Utils command (use invoke python): generate model, repository, service files, format env ...
- And more ...