/go-boilerplate-http-server

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

Primary LanguageGo

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