url-shortener-rust A URL shortener backend API based on John Crickett's Build Your Own URL Shortener coding challenge. To get a Redis instance up and running: docker compose up To run the application: cargo run To test the application: cargo test