{"id":20691441,"url":"https://github.com/mechadragonx/file-uploader","last_synced_at":"2026-04-08T23:33:25.880Z","repository":{"id":127343971,"uuid":"238769144","full_name":"MechaDragonX/File-Uploader","owner":"MechaDragonX","description":"A web application using Node.js and Express that allows the user to upload a valid file using a website to AWS S3 buckets defined in a config.json file","archived":false,"fork":false,"pushed_at":"2020-02-06T23:36:07.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T01:31:12.585Z","etag":null,"topics":["aws","aws-s3","aws-sdk","express","handlebars","nodejs"],"latest_commit_sha":null,"homepage":"","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/MechaDragonX.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":"2020-02-06T19:38:59.000Z","updated_at":"2021-07-09T13:37:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"e3eaffc2-6fcd-4351-9e60-ab8aab178df4","html_url":"https://github.com/MechaDragonX/File-Uploader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MechaDragonX/File-Uploader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MechaDragonX%2FFile-Uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MechaDragonX%2FFile-Uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MechaDragonX%2FFile-Uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MechaDragonX%2FFile-Uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MechaDragonX","download_url":"https://codeload.github.com/MechaDragonX/File-Uploader/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MechaDragonX%2FFile-Uploader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31579055,"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":["aws","aws-s3","aws-sdk","express","handlebars","nodejs"],"created_at":"2024-11-16T23:16:47.081Z","updated_at":"2026-04-08T23:33:25.875Z","avatar_url":"https://github.com/MechaDragonX.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Uploader\r\n\r\n## What is it?\r\nA web application using Node.js and Express that allows the user to upload a valid file using a website to AWS S3 buckets. The views are written in Handlebars. The front and back end both check to see if the file uploaded is valid.\r\n\r\n## How do I use it?\r\n### Prerequsites\r\n- Node.js\r\n- NPM\r\n\r\nIn the terminal type:\r\n```shell\r\n\u003e npm i\r\n```\r\nThis will install all the Node packages that the project uses.\r\n\r\n### Config JSON File\r\nFor all user-specific details such as the S3 bucket details, port number, and an array of accepted MIME Types, I use a `config.json` file in the root directory.\r\nFormat:\r\n```js\r\n{\r\n    \"accessKey\": \"\", // S3 Bucket Access Key\r\n    \"secretAccessKey\": \"\", // S3 Bucket Secret Access Key\r\n    \"bucketName\": \"\", // S3 Bucket Access Key\r\n    \"port\": 3100, // Local Host Port to Use\r\n    \"acceptedMIMETypes\": [ // Array of exepted MIME Types\r\n        \"\",\r\n        \"\"\r\n    ]\r\n}\r\n\r\n```\r\n\r\n## Possible New Features\r\n- Uploading to Google Drive, Dropbox, OneDrive, box, etc.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmechadragonx%2Ffile-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmechadragonx%2Ffile-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmechadragonx%2Ffile-uploader/lists"}