mastanca / go-api-template

Template for APIs developed in Go (Golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-api-template

Template for APIs developed in Go (Golang). Based on concepts from DDD and Clean Architecture.

Dependencies

Usage

Search everywhere in the project for the string github.com/mastanca/go-api-template and replace with your module. Also look out for TODOs everywhere in the template

Run

make run

Will start an http server on port 8080 serving a ping under the path /api/path

Test

make test

About

Template for APIs developed in Go (Golang)

License:GNU General Public License v3.0


Languages

Language:Go 97.1%Language:Makefile 1.5%Language:Shell 1.4%