An open API service indexing awesome lists of open source software.

https://github.com/yigittopm/wl-auth

Authentication service for all WeLedger platforms
https://github.com/yigittopm/wl-auth

authentication authorization docker docker-compose golang gorm

Last synced: about 1 month ago
JSON representation

Authentication service for all WeLedger platforms

Awesome Lists containing this project

README

          

# Go Docker Hub

A simple API and automatic Docker Hub image refresh with Go

## Installation

Pull this repo and follow the steps below

```bash
git clone https://github.com/WeLedger/wl-auth.git
cd wl-auth
```

```bash
make up
```

For development, run the following commands
```bash
# Run the database
make dev-up

# Run the API
make dev-run
```

## Metrics
> http://localhost:8080/metrics

## Swagger API Reference

> http://localhost:8080/swagger/index.html