{"id":23181619,"url":"https://github.com/likhithkp/express.js-file-management-system","last_synced_at":"2026-04-09T23:40:45.549Z","repository":{"id":250542966,"uuid":"834756021","full_name":"likhithkp/express.js-file-management-system","owner":"likhithkp","description":"This repository provides a simple file management system built using Express.js. Users can submit issues via a form, which are saved as text files on the server. The application also includes functionality to view the contents of these files and edit their names.","archived":false,"fork":false,"pushed_at":"2024-07-29T01:53:16.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-15T09:14:03.758Z","etag":null,"topics":["api","backend","ejs-templates","express","express-js","filehandling","formhandling","fs","get","node","post","routes","server"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/likhithkp.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-07-28T09:07:13.000Z","updated_at":"2024-07-29T01:53:19.000Z","dependencies_parsed_at":"2024-07-29T03:05:01.720Z","dependency_job_id":null,"html_url":"https://github.com/likhithkp/express.js-file-management-system","commit_stats":null,"previous_names":["likhithkp/expressjs-practice-get-post-route","likhithkp/expressjs-handle-get-post-data","likhithkp/express.js-file-management-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/likhithkp/express.js-file-management-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fexpress.js-file-management-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fexpress.js-file-management-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fexpress.js-file-management-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fexpress.js-file-management-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likhithkp","download_url":"https://codeload.github.com/likhithkp/express.js-file-management-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fexpress.js-file-management-system/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260346883,"owners_count":22995152,"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","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","backend","ejs-templates","express","express-js","filehandling","formhandling","fs","get","node","post","routes","server"],"created_at":"2024-12-18T08:16:57.532Z","updated_at":"2026-04-09T23:40:40.520Z","avatar_url":"https://github.com/likhithkp.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Express.js File Management App\n\nThis repository provides a simple file management application built with Express.js. It demonstrates handling GET and POST requests, displaying and editing files, and implementing a basic form for submitting file data.\n\n## Features\n\n- **GET Routes**: \n  - `/` - Displays a list of files with options to read or edit.\n  - `/file/:filename` - Shows the content of a specific file.\n  - `/edit/:filename` - Provides a form to rename a file.\n\n- **POST Routes**: \n  - `/submit` - Submits a new file with the provided name and content.\n  - `/edit/:filename` - Submits changes to rename an existing file.\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/likhithkp/express.js-file-management-system.git\n\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd express.js-file-management-system\n   ```\n3. Install the dependencies:\n   ```bash\n   yarn\n   ```\n\n### Usage\n\n1. Start the server:\n   ```bash\n   yarn local\n   ```\n2. Open your browser or API client and navigate to `http://localhost:3001`.\n\n### Example Routes\n\n- GET / - Home route displaying a list of files.\n- GET /file/:filename - View the content of a specific file.\n- GET /edit/:filename - Edit the name of a file.\n- POST /submit - Submit a new file.\n- POST /edit/:filename - Update the file name.\n\n## Contributing\n\nFeel free to fork this repository, make improvements, and submit pull requests. Contributions are welcome!\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithkp%2Fexpress.js-file-management-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithkp%2Fexpress.js-file-management-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithkp%2Fexpress.js-file-management-system/lists"}