# rssto-http Web server implementation based on the Rocket engine > [!NOTE] > In development! ``` cd rssto/crates/rssto-http cargo run -- --mysql-username {USER} \ --mysql-password {PASS} \ --mysql-database {NAME} ``` * optionally, use `--provider-id {ID}` to filter content using post-processing results (e.g. generated by the `rssto-llm` crate)