TwiggyBuffalo / go-http-server

A Dockerized HTTP Server example built with Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

TwiggyBuffalo/go-http-server

A Dockerized HTTP Server example built with Go.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact

About The Project

This project was created for me to get familiar with Docker and GitHub Actions. It's a basic HTTP Server example which was yanked directly from the Golang Docs

Please feel free to take a look at the workflow file which builds and deploys to DockerHub as well as GitHub Container Registry

Getting Started

Follow these quick and easy steps and you'll be up and running in no time.

Prerequisites

This project requires Go

Installation

  1. Clone the repo
    git clone https://github.com/TwiggyBuffalo/go-http-server.git
  2. Run the project with
    go run Main.go

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

  1. Fork the Project
  2. Make your changes
  3. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Twitter - @TwiggyBuffalo
GitHub - TwiggyBuffalo

About

A Dockerized HTTP Server example built with Go.

License:MIT License


Languages

Language:Go 81.4%Language:Dockerfile 18.6%