clintvidler / go-boilerplate-http-server

A starter for HTTP projects, which provides server, router, handlers, and services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go HTTP server (boilerplate)

A starter for HTTP projects, which includes server, router, handlers, and some services.

Instructions

Start the application

make run

Stop the application

make stop

View server logs

make logs

Address

API

About

A starter for HTTP projects, which provides server, router, handlers, and services.


Languages

Language:Go 92.5%Language:Dockerfile 4.6%Language:Makefile 2.9%