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

https://github.com/hayawata3626/go-docker-mysql

simple example of docker, mysql and go. this repo is supply simple REST API.
https://github.com/hayawata3626/go-docker-mysql

docker docker-compose gin go golang gorm mysql viper

Last synced: 3 months ago
JSON representation

simple example of docker, mysql and go. this repo is supply simple REST API.

Awesome Lists containing this project

README

          

# go-docker-mysql

## Look at `.env.example` and put `.env` in the root directory

```
DB=sample
PROTOCOL=sample_protocol
MYSQL_DATABASE=sample_db
MYSQL_USER=sample_user
MYSQL_ROOT_PASSWORD=rootPass
MYSQL_PASSWORD=password
```