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
- Host: GitHub
- URL: https://github.com/yigittopm/wl-auth
- Owner: yigittopm
- License: apache-2.0
- Created: 2023-11-26T18:31:56.000Z (over 2 years ago)
- Default Branch: production
- Last Pushed: 2024-05-24T10:31:59.000Z (about 2 years ago)
- Last Synced: 2025-03-21T16:13:24.048Z (over 1 year ago)
- Topics: authentication, authorization, docker, docker-compose, golang, gorm
- Language: Go
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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