{"id":19167675,"url":"https://github.com/sugidaffection/rust-shortlink","last_synced_at":"2026-06-20T17:31:20.294Z","repository":{"id":37363100,"uuid":"499253122","full_name":"sugidaffection/rust-shortlink","owner":"sugidaffection","description":"a rust url shortener web application","archived":false,"fork":false,"pushed_at":"2025-03-17T16:11:15.000Z","size":667,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-17T16:43:12.556Z","etag":null,"topics":["actix","actix-web","link-shortener","rust","rust-lang","shortlink","shorturl","url-shortener"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sugidaffection.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-06-02T18:50:08.000Z","updated_at":"2022-12-07T12:47:59.000Z","dependencies_parsed_at":"2022-09-14T07:51:38.671Z","dependency_job_id":null,"html_url":"https://github.com/sugidaffection/rust-shortlink","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sugidaffection/rust-shortlink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Frust-shortlink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Frust-shortlink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Frust-shortlink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Frust-shortlink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sugidaffection","download_url":"https://codeload.github.com/sugidaffection/rust-shortlink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sugidaffection%2Frust-shortlink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34580039,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actix","actix-web","link-shortener","rust","rust-lang","shortlink","shorturl","url-shortener"],"created_at":"2024-11-09T09:38:51.214Z","updated_at":"2026-06-20T17:31:20.288Z","avatar_url":"https://github.com/sugidaffection.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Shortlink\r\n\r\n![workflow](https://github.com/sugidaffection/rust-shortlink/actions/workflows/rust.yml/badge.svg)\r\n\r\n![screenshot](screenshots/home.png)\r\n\r\n## Table of Contents\r\n\r\n- [About](#about)\r\n- [Getting Started](#getting_started)\r\n\r\n## About \u003ca name = \"about\"\u003e\u003c/a\u003e\r\n\r\nA simple url shortener web application. Save and manage your long url.\r\n\r\n## Getting Started \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\r\n\r\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\r\n\r\n### Prerequisites\r\n\r\nWhat things you need to install the software and how to install them:\r\n\r\n```\r\npostgresql ^=14\r\nrust ^=1.58\r\ncargo-leptos\r\n```\r\n\r\nAdditionally, if you are using a Linux-based system, you need to install libpq-dev for PostgreSQL support:\r\n\r\n```\r\nsudo apt update\r\nsudo apt install libpq-dev\r\n```\r\n\r\nInstall cargo-leptos:\r\n\r\n```\r\ncargo install cargo-leptos\r\n```\r\n\r\n### Installing\r\n\r\nClone the repository and install dependencies:\r\n\r\n```\r\ngit clone \u003crepository-url\u003e\r\ncd rust-shortlink\r\n```\r\n\r\n### Run Server\r\n\r\nFirst, setup your environment:\r\n\r\n```\r\ncp .env.example .env\r\n# Edit .env with your database settings\r\n```\r\n\r\nFor development with hot-reload:\r\n\r\n```\r\ncargo leptos watch\r\n```\r\n\r\nFor production build:\r\n\r\n```\r\ncargo leptos build --release\r\n```\r\n\r\nThe server will start at `http://localhost:3000` by default.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugidaffection%2Frust-shortlink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsugidaffection%2Frust-shortlink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsugidaffection%2Frust-shortlink/lists"}