clavinjune / magellan

An authentication & authorization project to learn managing open source project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magellan

WIP

Dependencies

Getting Started

git clone https://github.com/clavinjune/magellan
cd magellan
pre-commit install # if you want to contribute only
go mod download
make generate
go run ./cmd/main.go proxy
# open http://localhost:8000 on your browser

About

An authentication & authorization project to learn managing open source project

License:Apache License 2.0


Languages

Language:Go 63.8%Language:Makefile 17.6%Language:Shell 15.1%Language:Dockerfile 3.4%