Simple temporal url shortener built with Rust.
REDIS_URL=<redis_url>
cd frontend
pnpm install
pnpm run dev
See all log configurations
cargo run -- -h
Run the server
cargo run
The app is ready to be deployed to fly.io with a managed Redis instance.
Follow fly.io's documentation to deploy the app.