Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harrisoncramer/go-http
Basic http server with Docker and Go, with CircleCI for continuous integration.
https://github.com/harrisoncramer/go-http
Last synced: about 1 month ago
JSON representation
Basic http server with Docker and Go, with CircleCI for continuous integration.
- Host: GitHub
- URL: https://github.com/harrisoncramer/go-http
- Owner: harrisoncramer
- Created: 2021-05-07T16:49:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T02:44:01.000Z (over 3 years ago)
- Last Synced: 2023-04-22T00:48:43.534Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-http
Basic http server with Docker and Go, with CircleCI for continuous integration.
## Development
Build the Docker image:
`docker build -t go-http:latest .`
And run it locally:
`docker run -it -p 8090:8090 go-http`
## Testing
`go test`
## Production
`go build`
This will create a binary on your local machine