shorty-rust URL Shortner Service on Volga Setup Install diesel CLI Here is the comprehensive tutorial Run the Database Migrations export DATABASE_URL=<your db connection string> diesel migration run Run the API cd shorty cargo run Run the UI cd shorty-ui trunk serve