This is an example service providing business automation functions via Teams with possibily to expand to other messagers.
Requirements:
- Golang
- Postgres/Docker
- Registered Teams bot
- ngrok (to connect local version to Teams)
To run
- Create dev.yml in /configs with relevant data (use default.yml as an example)
make db
to start db in Dockermake run
to start servicemake expose
to expose service endpoint via ngrok