Categorygithub.com/michelaquino/golang_api_skeleton
modulepackage
0.0.0-20250125154136-01a2df996ed8
Repository: https://github.com/michelaquino/golang_api_skeleton.git
Documentation: pkg.go.dev

# README

Golang API Skeleton

A simple API skeleton written in Go with metrics pre-configurated

Build Status License

Includes

Dependencies

  • Docker
  • Docker Compose

Configuration

  • Docker Compose
    • Nginx with proxy_pass preconfigured
    • API
    • MongoDB
    • Redis
    • Prometheus
    • Prometheus Push Gateway
    • Grafana

Run

make run

Usage

curl http://localhost/healthcheck

curl -i -X POST -H 'Content-Type: application/json' -d '{"name": "user name", "email": "[email protected]"}' http://localhost/user

Metrics

Access:

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Version var is used to retrieve from binary git version of application.