A simple URL shortener written in Rust Axum.
- adding new URLs
- deleting URLs
- redirecting to the original URL
REDIS_URL=redis://localhost:6379
PORT=3000
After setting the environment variables, run the following command:
API documentation will be available at http://localhost:3000/docs
.
cargo run
cargo test