/ar5go

Implementing Clean Architecture with JWT & Cache based authentication in golang

Primary LanguageGo

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