App which relays your message to multiple channels
Message relays to these channels are currently supported:
- Slack
- Jira Cloud
- Email (WIP)
- Clone the repo
- Run the React App and http://localhost:3000 should open up in your browser
cd ./update-relay
npm start
- Add the Keys and Token values in the ./backend/.env file
- Start the backend service
cd ./backend
go run main.go
- Post updates using the form in http://localhost:3000