{"id":30130933,"url":"https://github.com/ravin-d-27/file_transfer_server","last_synced_at":"2025-08-10T18:35:10.108Z","repository":{"id":213471628,"uuid":"733926576","full_name":"ravin-d-27/File_Transfer_Server","owner":"ravin-d-27","description":"This is a file transfer server where you can upload and download any of your files for your use!","archived":false,"fork":false,"pushed_at":"2025-04-30T12:41:43.000Z","size":9638,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-30T14:11:16.251Z","etag":null,"topics":["aws","aws-iam","aws-s3-bucket","django","elephantsql","postgresql"],"latest_commit_sha":null,"homepage":"https://rmld-file-server.vercel.app","language":"JavaScript","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/ravin-d-27.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":"2023-12-20T12:58:19.000Z","updated_at":"2025-04-30T12:41:47.000Z","dependencies_parsed_at":"2024-06-11T14:14:40.082Z","dependency_job_id":"2ac8349e-c763-465e-9482-2d78dedfc605","html_url":"https://github.com/ravin-d-27/File_Transfer_Server","commit_stats":null,"previous_names":["ravin-d-27/file_transfer_server"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ravin-d-27/File_Transfer_Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravin-d-27%2FFile_Transfer_Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravin-d-27%2FFile_Transfer_Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravin-d-27%2FFile_Transfer_Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravin-d-27%2FFile_Transfer_Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravin-d-27","download_url":"https://codeload.github.com/ravin-d-27/File_Transfer_Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravin-d-27%2FFile_Transfer_Server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269771488,"owners_count":24473312,"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-08-10T02:00:08.965Z","response_time":71,"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":["aws","aws-iam","aws-s3-bucket","django","elephantsql","postgresql"],"created_at":"2025-08-10T18:35:08.160Z","updated_at":"2025-08-10T18:35:10.071Z","avatar_url":"https://github.com/ravin-d-27.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RMLD File Server\n\u003cdiv align='center'\u003e\n\u003cimg src='File_Server/File_Server/static/logo.png'\u003e\n\u003c/div\u003e\n\nRMLD File Server is a Django-based web application that allows users to upload, manage, and download files securely with the help of AWS S3 Buckets and ElephantSQL Postgres Cloud Services.\n\n## Features\n\n- User authentication: Users need to log in to upload and manage files.\n- File Upload: Users can upload files with optional notes. The Backend will store your files will be in AWS S3 Buckets.\n- File List: View a list of uploaded files with details.\n- File Download: Download files uploaded by the user.\n- File Deletion: Delete files uploaded by the user.\n- Search: Search for files based on file names.\n- View: You can preview/view the file in the browser itself without downloading to your local machine.\n- Share: You can now share the link of the file to others for viewing purpose alone.\n- Encryption: Provides URL Level Encryption, hence it improves security and user abstraction.\n- File Storage Meter: Displays how much space has been consumed by each user.\n\n## Prerequisites\n\n- Python (3.6 or higher)\n- Django (3.x)\n- Additional Python packages (see `requirements.txt`)\n\n## Setup\n\n1. Clone the repository:\n```bash\n    git clone https://github.com/ravin-d-27/File_Transfer_Server.git\n    cd File_Server\n```\n\n2. Create a virtual environment (recommended):\n```bash\n    python -m venv venv\n    source venv/bin/activate  # On Windows: .\\venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\n    pip install -r requirements.txt\n```\n\n4. Apply database migrations:\n```bash\n    python manage.py makemigrations\n    python manage.py migrate\n```\n\n5. Create your superuser account:\n```bash\n    python manage.py createsuperuser\n```\n\n6. Run the Development Server:\n```bash\n    python manage.py runserver\n```\n\nThe application will be accessible at http://localhost:8000/.\n\n## Usage\n\n1) Log in to the application.\n2) Upload files using the \"Upload\" section.\n3) View and manage uploaded files in the \"View\" section.\n4) Download or delete files as needed.\n\n## Sample Credentials\n\nTo experience the RMLD File Server, you can use the following credentials:\n\n- **Username:** sampleuser\n- **Password:** samplesample@8\n\n## Contributing\n\nFeel free to contribute to this project by opening issues or pull requests. Your feedback and contributions are highly appreciated.\n\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravin-d-27%2Ffile_transfer_server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravin-d-27%2Ffile_transfer_server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravin-d-27%2Ffile_transfer_server/lists"}