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 createRun sql migrations
$ sqlx migrate runBuild and run application
$ cargo run