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
- Host: GitHub
- URL: https://github.com/al3xdiaz/go-server
- Owner: Al3xDiaz
- Created: 2022-07-04T01:40:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T10:53:44.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T14:03:45.431Z (almost 2 years ago)
- Topics: api-rest, backend, docker, go
- Language: Go
- Homepage: https://al3xdiaz.github.io/go-server/
- Size: 6.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```