Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 436 Bytes

README.md

File metadata and controls

20 lines (19 loc) · 436 Bytes

Go Sanctum

Go Sanctum offers a simple-to-use authentication system like Laravel Sanctum.

Installation

Clone the repository

git clone https://github.com/hsndmr/go-sanctum

Go to the repository folder and execute command

docker build --tag go-sanctum .

Run the go-sanctum docker image

docker run -p 3000:3000 --name go-sanctum go-sanctum

Open swagger

http://localhost:3000/swagger/index.html