Categorygithub.com/irisgve/bootstrap-go-httpserver
module
0.0.0-20210320052753-f424e139008d
Repository: https://github.com/irisgve/bootstrap-go-httpserver.git
Documentation: pkg.go.dev

# README

Gopher

Go Report Card

bootstrap-go-httpserver

A minimal bootstrap HTTP server written in Go

Features

  • Follows minimal standard project layout specified in project-layout
  • Barebones HTTP server using the following libraries:
  • Easy addition of new routes + graceful shutdown
  • Running the server using Docker

Requirements

  • Docker
  • Go 1.16

Setting up

  1. Clone this repository

     git clone [email protected]:irisgve/bootstrap-go-httpserver.git
    
  2. Replace all instances of bootstrap-go-httpserver with the app name

  3. To run the server

     make run
    

License

The scripts and documentation in this project are released under the MIT License

# Packages

No description provided by the author