This project consists of an endpoint to consume webhooks of Pull Request from github and send notifications in specific chats.
- go
sudo snap install go --classic
- mongoDB
- Clone the repository
git clone https://github.com/victorvcruz/social_network_project.git
- Install go packages
go mod download
Add your url in Repository->Setting->Webhook
- Insert your platform chat and your environment variables in
.env
- run
go run main.go