ademalidurmus / golang-rest-api-example

Golang REST API Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Golang REST API Example

API Documentation

API documentation available at Postman Public Directory

Docker

If you want to build this service:

docker-compose up --build

If you want to run this service in the background:

docker-compose up -d

If you want to stop this service:

docker-compose stop

If you want to real time build when you are coding:

brew install watchexec
docker-compose up -d
watchexec --restart --exts "go" --watch . "docker-compose up --build"

About

Golang REST API Example


Languages

Language:Go 96.0%Language:Dockerfile 4.0%