{"id":31061555,"url":"https://github.com/jkuri/netdrop","last_synced_at":"2025-09-15T11:12:24.211Z","repository":{"id":303987638,"uuid":"1016907372","full_name":"jkuri/netdrop","owner":"jkuri","description":"Netdrop is a simple file sharing web application that allows users to upload and download files. It is built using Rust, React and Tailwindcss.","archived":false,"fork":false,"pushed_at":"2025-07-10T14:05:13.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-10T20:44:49.266Z","etag":null,"topics":["file-share","file-sharing-application","file-sharing-server","file-upload"],"latest_commit_sha":null,"homepage":"https://netdrop.jankuri.eu","language":"Rust","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/jkuri.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-07-09T17:58:56.000Z","updated_at":"2025-07-10T14:05:17.000Z","dependencies_parsed_at":"2025-07-10T20:55:28.817Z","dependency_job_id":null,"html_url":"https://github.com/jkuri/netdrop","commit_stats":null,"previous_names":["jkuri/netdrop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jkuri/netdrop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Fnetdrop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Fnetdrop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Fnetdrop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Fnetdrop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jkuri","download_url":"https://codeload.github.com/jkuri/netdrop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jkuri%2Fnetdrop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275246426,"owners_count":25430815,"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-09-15T02:00:09.272Z","response_time":75,"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":["file-share","file-sharing-application","file-sharing-server","file-upload"],"created_at":"2025-09-15T11:12:19.329Z","updated_at":"2025-09-15T11:12:24.201Z","avatar_url":"https://github.com/jkuri.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Netdrop\n\nNetdrop is a simple file sharing web application that allows users to upload and download files. It is built using Rust, React and TailwindCSS.\n\n## Demo\n\nVisit [https://netdrop.jankuri.eu](https://netdrop.jankuri.eu) to see it in action.\n\n## Docker\n\nTo run the application using Docker, simply build and run the container:\n\n```bash\ndocker build -t netdrop .\ndocker run --rm -p 8000:8000 netdrop\n```\n\nOr run pre-build image from Docker Hub:\n\n```bash\ndocker run --rm -p 8000:8000 jkuri/netdrop\n```\n\nThe application will be immediately available at `http://localhost:8000` and be fully functional.\n\n## Development\n\nTo run the application in development mode, first install dependencies:\n\n```bash\nmake install\n```\n\nBuild the web frontend (needed for main program as it embeds the frontend in the binary):\n\n```bash\nmake build-web\n```\n\nRun the web frontend in development mode:\n\n```bash\nmake dev\n```\n\nRun the API in development mode (in separate terminal window):\n\n```bash\nmake build\ncargo run\n```\n\nThe application will be available at `http://localhost:5173` and will automatically reload when changes are made to the source code.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkuri%2Fnetdrop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjkuri%2Fnetdrop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjkuri%2Fnetdrop/lists"}