{"id":26954919,"url":"https://github.com/bunnysayzz/publiclink","last_synced_at":"2026-04-08T21:32:04.614Z","repository":{"id":245559935,"uuid":"818606354","full_name":"bunnysayzz/Publiclink","owner":"bunnysayzz","description":"Publiclink is a web application that allows users to share files with anyone via a unique link. Easily upload and share files of any type with just a few clicks.","archived":false,"fork":false,"pushed_at":"2024-07-27T21:54:42.000Z","size":5363,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T19:36:49.500Z","etag":null,"topics":["cloudinary","fileshare","nodejs","react","share","urlshortener"],"latest_commit_sha":null,"homepage":"https://publiclink.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunnysayzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-22T10:10:03.000Z","updated_at":"2024-08-03T16:31:26.000Z","dependencies_parsed_at":"2025-04-03T02:21:26.602Z","dependency_job_id":"37587a27-7dfc-4b7b-8f5d-05f721ebbbfa","html_url":"https://github.com/bunnysayzz/Publiclink","commit_stats":null,"previous_names":["bunnysayzz/publiclink"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bunnysayzz/Publiclink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2FPubliclink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2FPubliclink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2FPubliclink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2FPubliclink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunnysayzz","download_url":"https://codeload.github.com/bunnysayzz/Publiclink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2FPubliclink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31575494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudinary","fileshare","nodejs","react","share","urlshortener"],"created_at":"2025-04-03T02:20:30.711Z","updated_at":"2026-04-08T21:32:04.596Z","avatar_url":"https://github.com/bunnysayzz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Publiclink\n\nPubliclink is a web application that allows users to share files with anyone via a unique link. Easily upload and share files of any type with just a few clicks.\n\n## Features\n\n- **File Upload**: Upload files of any type and size.\n- **Link Generation**: Generate a unique link for each uploaded file.\n- **File Sharing**: Share the generated link with anyone to allow them to download the file.\n- **User-Friendly Interface**: Simple and intuitive user interface for easy file sharing.\n\n## Technologies Used\n\n- **Frontend**: React.js\n- **Backend**: Node.js, Express.js\n- **Database**: MongoDB\n- **Storage**: AWS S3 (or any other storage solution)\n- **Authentication**: JWT (optional, for secured file sharing)\n\n## Installation\n\n1. **Clone the repository**:\n    ```bash\n    git clone https://github.com/bunnysayzz/Publiclink.git\n    cd Publiclink\n    ```\n\n2. **Install backend dependencies**:\n    ```bash\n    cd backend\n    npm install\n    ```\n\n3. **Install frontend dependencies**:\n    ```bash\n    cd ../frontend\n    npm install\n    ```\n\n4. **Setup environment variables**:\n    - Create a `.env` file in the `backend` directory with the following variables:\n        ```env\n        PORT=5000\n        MONGO_URI=your_mongodb_uri\n        AWS_ACCESS_KEY_ID=your_aws_access_key_id\n        AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key\n        JWT_SECRET=your_jwt_secret\n        ```\n\n5. **Run the backend server**:\n    ```bash\n    cd backend\n    npm start\n    ```\n\n6. **Run the frontend development server**:\n    ```bash\n    cd ../frontend\n    npm start\n    ```\n\n## Usage\n\n1. **Upload a file**: Visit the home page and click on the \"Upload\" button. Select the file you want to upload.\n2. **Generate link**: After the file is uploaded, a unique link will be generated.\n3. **Share the link**: Copy the link and share it with anyone you want to provide access to the file.\n4. **Download file**: The recipient can click on the link to download the file.\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request with your changes.\n\n1. Fork the repository\n2. Create a new branch: `git checkout -b feature/YourFeature`\n3. Make your changes and commit them: `git commit -m 'Add some feature'`\n4. Push to the branch: `git push origin feature/YourFeature`\n5. Submit a pull request\n\n\n\n## Contact\n\nFor any questions or feedback, please reach out to [bunnysayzz](https://github.com/bunnysayzz).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Fpubliclink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunnysayzz%2Fpubliclink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Fpubliclink/lists"}