{"id":20930223,"url":"https://github.com/dpbm/exif-backend","last_synced_at":"2026-04-13T03:04:14.400Z","repository":{"id":122869624,"uuid":"422906214","full_name":"Dpbm/exif-backend","owner":"Dpbm","description":"backed of exif website","archived":false,"fork":false,"pushed_at":"2024-01-25T20:50:51.000Z","size":4110,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-13T01:44:23.711Z","etag":null,"topics":["backend","cleaner","curl","exif-metadata","exif-remover","exiftool","expressjs","image-metadata","images","mutter","nodejs","remove-metadata","vercel","website"],"latest_commit_sha":null,"homepage":"","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/Dpbm.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}},"created_at":"2021-10-30T14:37:47.000Z","updated_at":"2024-01-25T20:20:27.000Z","dependencies_parsed_at":"2024-01-25T21:28:56.054Z","dependency_job_id":"f7456e67-619b-4c46-a798-193fb8168b89","html_url":"https://github.com/Dpbm/exif-backend","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Dpbm/exif-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fexif-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fexif-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fexif-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fexif-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dpbm","download_url":"https://codeload.github.com/Dpbm/exif-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dpbm%2Fexif-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267552094,"owners_count":24105998,"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-07-28T02:00:09.689Z","response_time":68,"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":["backend","cleaner","curl","exif-metadata","exif-remover","exiftool","expressjs","image-metadata","images","mutter","nodejs","remove-metadata","vercel","website"],"created_at":"2024-11-18T21:30:34.876Z","updated_at":"2026-04-13T03:04:14.342Z","avatar_url":"https://github.com/Dpbm.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exif-Backend\n\nThis is the backend part of the exif-remover website.\n\nThis is a express/nodejs based backend that gets a file as input and return a medatada cleaned file, using [exiftool](https://exiftool.org/) for it.\n\n## requirements\nto run this project you'll need:\n\n* [nodejs](https://nodejs.org/en)\n* [npm](https://www.npmjs.com/) [or similar, like yarn and pnpm]\n* [wget](https://www.gnu.org/software/wget/)\n* [bash](https://www.gnu.org/software/bash/)\n* [tar](https://www.gnu.org/software/tar/)\n* [a linux distro](https://en.wikipedia.org/wiki/Linux_distribution)\n\n## run as dev\n\nto run as dev, first get the exiftool binary by running:\n\n```bash\nchmod +x ./setup.sh\n./setup.sh\n```\n\nthen run:\n\n```bash\nnpm install \u0026\u0026 npm run dev\n```\n\n## build the project\n\nto build the project, first get the exiftool binary by running:\n\n```bash\nchmod +x ./setup.sh\n./setup.sh\n```\n\nthen run:\n\n```bash\nnpm install \u0026\u0026 npm run build\n```\n\nand finally start using:\n\n```bash\nnpm run start\n```\n\n## getting cleaned files\n\nWith all seted up and running send a file to `localhost:3333/files` \n\n```bash\n\n#example with curl\ncurl -i -X POST -H \"Content-Type: multipart/form-data\" -F \"data=@file/path.jpeg\" localhost:3333/files\n\n```\nthen it may return a json array containing the cleaned files in base64 format.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fexif-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpbm%2Fexif-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpbm%2Fexif-backend/lists"}