{"id":21654337,"url":"https://github.com/saurabhrkp/file-management-api","last_synced_at":"2026-04-09T12:03:11.696Z","repository":{"id":215837956,"uuid":"739764014","full_name":"Saurabhrkp/file-management-api","owner":"Saurabhrkp","description":"File Management API built with expressjs, prisma \u0026 sqlite","archived":false,"fork":false,"pushed_at":"2024-01-10T13:24:52.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T04:43:25.296Z","etag":null,"topics":["expressjs","file-storage","jwt","prisma","server-side","storage"],"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/Saurabhrkp.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2024-01-06T13:27:26.000Z","updated_at":"2024-05-24T20:57:13.000Z","dependencies_parsed_at":"2024-01-15T08:53:52.903Z","dependency_job_id":"fde2a2f8-ecc8-4f2a-a524-0d1537f31a32","html_url":"https://github.com/Saurabhrkp/file-management-api","commit_stats":{"total_commits":53,"total_committers":1,"mean_commits":53.0,"dds":0.0,"last_synced_commit":"7f106c63b5889b515db5c26eab94d85003ba299c"},"previous_names":["saurabhrkp/file-management-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Saurabhrkp/file-management-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saurabhrkp%2Ffile-management-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saurabhrkp%2Ffile-management-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saurabhrkp%2Ffile-management-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saurabhrkp%2Ffile-management-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Saurabhrkp","download_url":"https://codeload.github.com/Saurabhrkp/file-management-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Saurabhrkp%2Ffile-management-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270850051,"owners_count":24656443,"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-17T02:00:09.016Z","response_time":129,"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":["expressjs","file-storage","jwt","prisma","server-side","storage"],"created_at":"2024-11-25T08:27:33.981Z","updated_at":"2025-12-30T21:07:11.353Z","avatar_url":"https://github.com/Saurabhrkp.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Management API\n\nThis is a simple file management API built with Node.js. It allows users to upload, list, and delete files. It also implements file categorization functionality.\n\n## Features\n\n- User authentication using JWT (JSON Web Tokens).\n- File upload, listing, and deletion.\n- File categorization.\n- File versioning.\n- Server-side storage for user's file data.\n- Data encryption for sensitive information.\n- Auto Deletion of file on error\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\n- Node.js\n- npm\n\n### Installing\n\n1. Clone the repository:\n   `git clone https://github.com/saurabhrkp/file-management-api.git`\n\n2. Install the dependencies:\n\n   `cd file-management-api`\n   `npm install`\n\n## Running the Application\n\n- For development:\n\n  `npm run start:dev`\n\n- For production:\n\n  `npm run start`\n\n## Built With\n\n- Node.js\n- Express.js\n- Multer\n- Prisma\n- SQLite\n\n## Postman Workspace\n\nOpen [here](https://www.postman.com/red-eclipse-518728/workspace/file-management-api) to access postman workspace \u0026 collection for project\n\nTest Users Collections:\nSteps:\n\n1. Sign up: Create new account. Username, Email \u0026 password all are required fields\n2. Sign in: Sign in using created account. Username \u0026 password are required fields.\n3. Refresh Token: As access token are only valid for one day, get new access token using refresh token which have 15 day validity.\n\nTo Test Files Collection:\nStep:\n\n1. First Create new account or sign in with exisiting account using Users Collection.\n2. Sign in request have test script attached to it, as soon request is passed with access tokens test script set access token \u0026 refresh token in environment variables.\n3. As all files routes are protected routes, all request made should have access token attached to it for authentication.\n4. Files Collection have Pre-request script attached to it, which get access token \u0026 refresh token form environment variables and pass them in every request headers.\n\n## Authors\n\n- Saurabh Patel\n\n## License\n\nThis project is licensed under the ISC License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhrkp%2Ffile-management-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaurabhrkp%2Ffile-management-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaurabhrkp%2Ffile-management-api/lists"}