A telegram bot that manages your todos:
- Create a Postgres database and run
todos.sql
. - Copy
config.go.example
asconfig.go
and replace the respective values inconfig.go
.
$ cp config/config.go.example config/config.go
- Run the go program:
$ go build index.go && ./index