Skip to content

prstephens/go-webapi

Repository files navigation

Go API

A simple Go API following concepts of Domain Driven Design for educational purposes.

Installation

Clone the repo

$ git clone [email protected]:prstephens/go-webapi.git
$ cd go-webapi

Running

Once installed, simply spin up the docker container:

$ docker-compose up -d --build

This will give you a single endpoint for now under: http://localhost:8080/ping which is a healthcheck URL, and will return the following:

{
    "message": "Service Online"
}

About

go-webapi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published