Telegram bot triggered by rust word.
-
Declare the env variables
$ export TELOXIDE_TOKEN=<Your token here>
$ export DATABASE_URL=<Your postgress db url here>
-
Create the database.
$ sqlx db create
-
Run sql migrations
$ sqlx migrate run
-
Build and run application
cargo run