An open API service indexing awesome lists of open source software.

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

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)