pub async fn run(conf: Config) -> Result<bool, Error>
Runs the server
Returns Ok(true) if it succeeds, otherwise returns the error from Rocket
Ok(true)