Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arve0/some-server


https://github.com/arve0/some-server

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# some server
start:
```
go run main.go
```

in docker:
```
docker build --tag some-server .
docker run -p 8090:8090 some-server
```