The friendly bot used on https://rust-slack.herokuapp.com
cargo run
And the server will be running at: http://localhost:3000
Running tests
cargo test
cargo test -- --ignored # Runs the integration tests
$ heroku create
$ git push heroku master
$ heroku open
or
MIT