modulepackage
0.0.0-20240708192954-5d59000b1720
Repository: https://github.com/myk12397/go-messenger.git
Documentation: pkg.go.dev
# README
go-messenger
A Messaging service that makes use of Hexagonal Architecture.
Tech Stack
- echo
- redis
- postgres
How to run
To use redis database, run this command:
go run cmd/main.go --db=redis
To use postgres database, run this command:
go run cmd/main.go
# Functions
No description provided by the author