- run
cargo build
- run
cargo run migrate
- run
cargo run runserver
-
GET
/webhook
: Verify your chatbot with Facebook Messenger. Facebook will send a challenge, and your bot must respond correctly for verification. -
POST
/webhook
: This is where Facebook Messenger sends messages from users. Handle incoming messages and respond accordingly here.