Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JustSteveKing/go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

3 Commits

Repository files navigation

Go API

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

Open API specification can be found here

Installation

Clone the repo

$ git clone git@github.com:JustSteveKing/go-api.git
$ cd go-api

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

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors

AltStyle によって変換されたページ (->オリジナル) /