Rezwanul-Haque / ar5go

Implementing Clean Architecture with JWT & Cache based authentication in golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArちGo - Clean Architecture with JWT & Cache based authentication in golang

ち - chi, is a japanese character. so actual project name archigo

Interactive API documentation (provided by Swagger UI, Redoc, Rapidoc)

- http://localhost:8080/docs/swagger
- http://localhost:8080/docs/redoc
- http://localhost:8080/docs/rapidoc

Run Seeder

go mod vendor

go run main.go seed

or

go run main.go seed --truncate=true or -t=true

Local

go mod vendor

go run main.go serve

Docker

make development

About

Implementing Clean Architecture with JWT & Cache based authentication in golang


Languages

Language:Go 97.6%Language:Dockerfile 1.1%Language:Makefile 0.8%Language:Shell 0.4%