https://github.com/orisano/gobase
go webapp boilerplate
https://github.com/orisano/gobase
boilerplate golang webapp
Last synced: over 1 year ago
JSON representation
go webapp boilerplate
- Host: GitHub
- URL: https://github.com/orisano/gobase
- Owner: orisano
- License: mit
- Created: 2018-01-15T08:13:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-31T14:50:52.000Z (over 4 years ago)
- Last Synced: 2025-03-07T03:13:31.651Z (over 1 year ago)
- Topics: boilerplate, golang, webapp
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gobase is a api server boilerplate.
## How to use
```bash
$ cd $PROJECT_DIRECTORY
$ git clone https://github.com/orisano/gobase sampleapi
$ cd sampleapi
$ make init # or make world
$ make help
```
## Features
The boilerplate features:
* cache friendly docker image template
* multi stage build
* docker-compose support
* builtin CI configuration
* considered for test size
* easy to bundle CLI
## License
MIT
## Author
Nao Yonashiro (@orisano)