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: 4 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T02:44:01.000Z (about 4 years ago)
- Last Synced: 2025-02-25T10:43:27.745Z (5 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- 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