{"id":24905791,"url":"https://github.com/crefax/imgupload","last_synced_at":"2025-10-11T13:36:33.913Z","repository":{"id":274879261,"uuid":"924348693","full_name":"Crefax/ImgUpload","owner":"Crefax","description":"Image Uploader Web Site with Rust","archived":false,"fork":false,"pushed_at":"2025-05-05T01:38:07.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-01T11:59:12.592Z","etag":null,"topics":["image-uploader","rust"],"latest_commit_sha":null,"homepage":"https://img.crefax.net","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crefax.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-01-29T20:55:29.000Z","updated_at":"2025-05-05T01:38:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"20c75237-35b2-48d0-bcae-078bb1840936","html_url":"https://github.com/Crefax/ImgUpload","commit_stats":null,"previous_names":["crefax/imgupload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Crefax/ImgUpload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2FImgUpload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2FImgUpload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2FImgUpload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2FImgUpload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crefax","download_url":"https://codeload.github.com/Crefax/ImgUpload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2FImgUpload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007345,"owners_count":26084282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["image-uploader","rust"],"created_at":"2025-02-02T00:25:12.967Z","updated_at":"2025-10-11T13:36:33.884Z","avatar_url":"https://github.com/Crefax.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust Resim Yükleme Servisi\n\nBu proje, [Cursor AI](https://cursor.sh/) yardımıyla geliştirilmiş modern bir resim yükleme web servisidir. Rust programlama dili ve Actix-web framework'ü kullanılarak oluşturulmuştur.\n\n## Özellikler\n\n- 🌓 Koyu/Açık tema desteği (localStorage ile tema tercihi kaydedilir)\n- 📤 Çoklu yükleme yöntemleri:\n  - Sürükle-bırak\n  - Dosya seçici\n  - Panodan yapıştırma (Ctrl+V)\n- 🖼️ Resim önizleme\n- 🔗 Otomatik URL oluşturma (5 karakterli benzersiz kod)\n- 📋 Tek tıkla URL kopyalama\n- 🎨 Modern ve duyarlı arayüz tasarımı\n\n## Teknolojiler\n\n- 🦀 Rust\n- 🌐 Actix-web Framework\n- 📁 Multipart dosya yükleme\n- 🎯 JavaScript (dosya işleme, tema yönetimi)\n- 📱 Responsive tasarım\n\n## Kurulum\n\n1. Rust'ı yükleyin (https://rustup.rs/)\n2. Projeyi klonlayın:\n   ```bash\n   git clone [repo-url]\n   cd rust-upload\n   ```\n3. Projeyi derleyin ve çalıştırın:\n   ```bash\n   cargo run\n   ```\n4. Tarayıcınızda http://localhost:8080 adresine gidin\n\n## Kullanım\n\n1. Ana sayfada üç farklı yöntemle resim yükleyebilirsiniz:\n   - Resim dosyasını sürükleyip bırakın\n   - \"Resim seçmek için tıklayın\" alanına tıklayın\n   - Herhangi bir resmi kopyalayıp Ctrl+V ile yapıştırın\n\n2. Yüklenen her resim için benzersiz bir URL oluşturulur\n3. URL'yi kopyala butonu ile bağlantıyı kolayca paylaşabilirsiniz\n\n## Klasör Yapısı\n\n```\nrust-upload/\n├── src/\n│   └── main.rs           # Ana uygulama kodu\n├── templates/\n│   ├── index.html        # Ana sayfa şablonu\n│   └── success.html      # Başarılı yükleme sayfası şablonu\n├── uploads/              # Yüklenen dosyaların saklandığı klasör\n├── Cargo.toml           # Bağımlılık ve proje yapılandırması\n└── README.md            # Proje dokümantasyonu\n```\n\n## Geliştirici Notu\n\nBu proje, Cursor AI'ın yardımıyla geliştirilmiş olup, modern web geliştirme pratiklerini ve Rust'ın güçlü özelliklerini sergilemektedir. Cursor AI, kod önerileri ve en iyi uygulamalar konusunda rehberlik sağlamıştır.\n\n## Lisans\n\nBu proje MIT lisansı altında lisanslanmıştır. Daha fazla bilgi için `LICENSE` dosyasına bakın. ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrefax%2Fimgupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrefax%2Fimgupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrefax%2Fimgupload/lists"}