Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arve0/some-server
https://github.com/arve0/some-server
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/arve0/some-server
- Owner: arve0
- Created: 2022-01-21T13:39:48.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T18:39:15.000Z (over 2 years ago)
- Last Synced: 2024-06-19T16:43:24.529Z (5 months ago)
- Language: Go
- Size: 6.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```