Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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