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

https://github.com/flatfisher/docker-go-playground


https://github.com/flatfisher/docker-go-playground

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# docker-go-playground

## Database

```
$ docker-compose build
$ docker-compose up

// https://dev.mysql.com/doc/sakila/en/
$ mysql -h 127.0.0.1 -P 3306 -u root -p < sakila-schema.sql
$ mysql -h 127.0.0.1 -P 3306 -u root -p < sakila-data.sql
```

## Test

```
$ go test -v
```

## Links
- https://globalfishingwatch.org/