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

https://github.com/al3xdiaz/go-server

this is a project for get data to sites like *.chaoticteam.com
https://github.com/al3xdiaz/go-server

api-rest backend docker go

Last synced: about 1 month ago
JSON representation

this is a project for get data to sites like *.chaoticteam.com

Awesome Lists containing this project

README

          

# go server

documentation [here](https://al3xdiaz.github.io/go-server/)

```bash
# run adminer
NETWORK_NAME=`docker network ls | grep go-server | awk '{print $2}'`
docker run \
--name=adminer --rm \
--network=$NETWORK_NAME \
-p "8080:8080" \
adminer
```