{"id":16538415,"url":"https://github.com/shaikhsajid1111/file-sharing-application","last_synced_at":"2026-04-13T06:03:03.322Z","repository":{"id":45224436,"uuid":"359320471","full_name":"shaikhsajid1111/file-sharing-application","owner":"shaikhsajid1111","description":"Filereal is an application that lets you share up to 10 files per 30 minutes anonymously.","archived":false,"fork":false,"pushed_at":"2021-12-30T06:43:36.000Z","size":431,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T22:08:57.211Z","etag":null,"topics":["api","bootstrap","express","expressjs","file-sharing","javascript","mongodb","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"","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/shaikhsajid1111.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}},"created_at":"2021-04-19T03:45:13.000Z","updated_at":"2022-07-12T22:16:25.000Z","dependencies_parsed_at":"2022-07-19T01:17:15.711Z","dependency_job_id":null,"html_url":"https://github.com/shaikhsajid1111/file-sharing-application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shaikhsajid1111/file-sharing-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhsajid1111%2Ffile-sharing-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhsajid1111%2Ffile-sharing-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhsajid1111%2Ffile-sharing-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhsajid1111%2Ffile-sharing-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shaikhsajid1111","download_url":"https://codeload.github.com/shaikhsajid1111/file-sharing-application/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shaikhsajid1111%2Ffile-sharing-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272805571,"owners_count":24995916,"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-30T02:00:09.474Z","response_time":77,"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":["api","bootstrap","express","expressjs","file-sharing","javascript","mongodb","nodejs","reactjs"],"created_at":"2024-10-11T18:45:34.709Z","updated_at":"2026-04-13T06:03:03.246Z","avatar_url":"https://github.com/shaikhsajid1111.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eFilereal\u003c/h1\u003e\nFilereal is an application that lets you share up to 10 files per 30 minutes anonymously.\n\n\u003cbr\u003e\n\u003chr\u003e\n\u003ch2\u003eInstallation: \u003c/h2\u003e\n\u003ch3\u003eServer setup: \u003c/h3\u003e\n\u003cli\u003eOpen terminal in project directory\n\u003c/li\u003e\n \u003cli\u003eInstall dependecies using command \u003ccode\u003enpm install\u003c/code\u003e or \u003ccode\u003eyarn install\u003c/code\u003e \u003c/li\u003e\n\u003cli\u003e create \u003ccode\u003e.env\u003c/code\u003e file on project directory and inside the same file write these variables,\n\u003cbr/\u003e\n\n\u003cpre\u003e\nPORT=3500\nAPP_BASE_URL=http://localhost:3500\nMONGO_URL=mongodb://[username:password@]host1[:port1][,...hostN[:portN]][/[defaultauthdb][?options]]\n\u003c/pre\u003e\n\u003cli\u003eAt the same level of directory, start the server using the command \u003ccode\u003enpm start\u003c/code\u003e or \u003ccode\u003enodemon\u003c/code\u003e. \u003c/li\u003e\n\u003cbr\u003e\n\u003ch3\u003eClient setup:\u003c/h3\u003e\n\n\u003cli\u003eNow, to run the client, open \u003ccode\u003eclient/\u003c/code\u003e directory in terminal.\u003c/li\u003e\n \u003cli\u003eInstall dependecies using command \u003ccode\u003enpm install\u003c/code\u003e or \u003ccode\u003eyarn install\u003c/code\u003e.\u003c/li\u003e\n\u003cli\u003e create\n\u003ccode\u003e.env\u003c/code\u003e file in \u003ccode\u003eclient/\u003c/code\u003e directory and inside the same file write these variables,\n\u003cpre\u003e\nREACT_APP_API_BASE_URL=http://localhost:3500 \n\u003c/pre\u003e\n\u003cli\u003eInside the the same \u003ccode\u003eclient/\u003c/code\u003e directory, start the client application with the command \u003ccode\u003enpm start\u003c/code\u003e and open \u003ca href=\"http://localhost:3000\"\u003e http://localhost:3000 \u003c/a\u003e to view it in your browser.\u003c/li\u003e\n\n\u003chr\u003e\n\n\u003ch2\u003eTech\u003c/h2\u003e\n\u003cli\u003eExpress\u003c/li\u003e\n\u003cli\u003eMongoose\u003c/li\u003e\n\u003cli\u003eMulter\u003c/li\u003e\n\u003cli\u003eUUID\u003c/li\u003e\n\u003cli\u003eReact\u003c/li\u003e\n\u003cli\u003eBootstrap\u003c/li\u003e\n\n\u003chr\u003e\n\n\n\u003ch2\u003eScreenshot\u003c/h2\u003e\n\u003cimg src=\"https://i.imgur.com/Klu5r7O.jpg\" /\u003e\n\n\u003cbr\u003e\n\u003chr\u003e\n\u003ch2\u003eCredits\u003c/h2\u003e\n\u003cli\u003e\u003ca href=\"https://www.deviantart.com/yuki-neh/art/Yoshino-and-Kurumi-Date-A-Live-Minimalist-719372219\"\u003e Background Image \u003c/a\u003e used in this application belongs to \u003ca href=\"https://www.deviantart.com/yuki-neh\"\u003eYuki-Neh\u003c/a\u003e \u003c/li\u003e\n\u003cli\u003eFavicon used in this application belongs to \u003ca href=\"https://fontawesome.com/\"\u003eFont-Awesome\u003c/a\u003e\u003c/li\u003e\n\u003chr\u003e\n\u003ch2\u003eLICENSE\u003c/h2\u003e\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikhsajid1111%2Ffile-sharing-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshaikhsajid1111%2Ffile-sharing-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshaikhsajid1111%2Ffile-sharing-application/lists"}