Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higordiego/golang-palestra-rabbitmq
https://github.com/higordiego/golang-palestra-rabbitmq
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higordiego/golang-palestra-rabbitmq
- Owner: higordiego
- License: mit
- Created: 2020-08-07T21:40:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-07T21:52:39.000Z (over 4 years ago)
- Last Synced: 2023-03-01T08:51:59.669Z (almost 2 years ago)
- Language: Go
- Size: 21.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Machine Local
### Technologies needed
- Go 1.14 or superior
- Mysql 5.7# Start Application
## Business Whatsapp
`go run business/whatsapp/main.go`## Business Telegram
`go run business/telegram/main.go`## Consumers Whatsapp
`go run consumers/whatsapp/main.go`## Consumers Telegram
`go run consumers/telegram/main.go`## Gateway Whatsapp
`go run gateway/main.go`## Gateway Telegram
`go run telegram/main.go`### Access
- Api: *http://localhost:3000*