Files
atom/README.md
2023-05-05 02:58:01 +00:00

20 lines
506 B
Markdown

# atom
atom is a simple http/grpc service template
## Tool
- [atomctl](https://github.com/rogeecn/atomctl)
## Features
- using [Gin](https://github.com/gin-gonic/gin) to support http service
- using [dig](https://github.com/uber-go/dig) to support dependency injection
- using [gomigrate](github.com/go-gormigrate/gormigrate/v2) to support migration
- using [Gorm](gorm.io/gorm) to support orm
- using [gen](gorm.io/) to auto generate database models
## License
MIT
## Contact
- Rogee(rogeecn@qq.com)