{"id":25728531,"url":"https://github.com/briso10-dev/file_upload","last_synced_at":"2026-04-12T17:39:34.964Z","repository":{"id":252186912,"uuid":"839687397","full_name":"Briso10-dev/File_Upload","owner":"Briso10-dev","description":"A form implementing a file upload process","archived":false,"fork":false,"pushed_at":"2025-03-20T22:02:30.000Z","size":2725,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T23:22:07.104Z","etag":null,"topics":["css3","express","files","html5","nodejs"],"latest_commit_sha":null,"homepage":"https://briso10-dev.github.io/File_Upload/","language":"TypeScript","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/Briso10-dev.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-08-08T06:06:09.000Z","updated_at":"2025-03-20T22:02:34.000Z","dependencies_parsed_at":"2025-03-20T23:21:31.983Z","dependency_job_id":"bc94ec5d-492a-4574-83eb-56f58a7098fa","html_url":"https://github.com/Briso10-dev/File_Upload","commit_stats":null,"previous_names":["briso10-dev/file_upload"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Briso10-dev/File_Upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Briso10-dev%2FFile_Upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Briso10-dev%2FFile_Upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Briso10-dev%2FFile_Upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Briso10-dev%2FFile_Upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Briso10-dev","download_url":"https://codeload.github.com/Briso10-dev/File_Upload/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Briso10-dev%2FFile_Upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285101682,"owners_count":27115042,"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-11-18T02:00:05.759Z","response_time":61,"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":["css3","express","files","html5","nodejs"],"created_at":"2025-02-26T00:18:30.339Z","updated_at":"2025-11-18T17:02:44.215Z","avatar_url":"https://github.com/Briso10-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Upload Demo 📁\n\nA simple and efficient file upload application built with modern web technologies. This demo showcases how to handle file uploads using Express.js and TypeScript, with a clean and user-friendly interface.\n\n## 🚀 Features\n\n- Single file upload capability\n- Simple and intuitive user interface\n- Server-side file handling\n- TypeScript implementation for type safety\n- Dockerized application for easy deployment\n\n## 🛠️ Tech Stack\n\n| Category | Technologies |\n|----------|-------------|\n| Frontend | ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=flat-square\u0026logo=html5\u0026logoColor=white) ![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=flat-square\u0026logo=css3\u0026logoColor=white) |\n| Backend | ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square\u0026logo=nodedotjs\u0026logoColor=white) ![Express.js](https://img.shields.io/badge/Express.js-000000?style=flat-square\u0026logo=express\u0026logoColor=white) |\n| Language | ![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?style=flat-square\u0026logo=typescript\u0026logoColor=white) |\n| File Handling | ![Multer](https://img.shields.io/badge/Multer-FF6C37?style=flat-square\u0026logo=node.js\u0026logoColor=white) |\n\n## 📦 Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/Briso10-dev/File_Upload.git\ncd File_Upload\n```\n\n2. Install dependencies:\n```bash\nyarn install\n```\n\n3. Start the development server:\n```bash\nyarn dev\n```\n\n## 🐳 Docker Usage\n\nBuild and run the application using Docker:\n\n```bash\n# Build the image\ndocker build -t file-upload-app .\n\n# Run the container\ndocker run -p 3002:3002 file-upload-app\n```\n\n## 🌐 Usage\n\n1. Open your browser and navigate to `http://localhost:3002`\n2. Click the file input field to select a file\n3. Click the 'Upload' button to submit your file\n4. The file will be uploaded to the server\n\n## 👨‍💻 Author\n\n**Seraphin Brice Kouam**\n- GitHub: [@Briso10.dev](https://github.com/Briso10-dev)\n\n## 📄 License\n\nThis project is licensed under the ISC License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriso10-dev%2Ffile_upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbriso10-dev%2Ffile_upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbriso10-dev%2Ffile_upload/lists"}