- GRPC - gRPC
- Echo - Go web application framework
- sqlx - Extensions to database/sql.
- pgx - PostgreS, redis, aws, prometheus, grafana containersQL driver and toolkit for Go
- JWT - A Go implementation of JSON Web Tokens.
- viper - A Go configuration with fangs
- go-redis - Redis client for Golang
- zap - Logger
- validator - Go Struct and Field validation
- migrate - Database migrations. CLI and Golang library.
- testify - Testing toolkit
- gomock - Mocking framework
- CompileDaemon - Compile daemon for Go
- Docker - Docker
docker-compose.local.yml
docker-compose.yml
make develop
make local
make run
http://localhost:5001/swagger/
curl -X POST \
-d '{
"email": "admin@gmail.com",
"password": "admin"
}' \
http://172.104.58.183:5001/swagger/index.html#/Users/post_user_login