https://github.com/mycodeself/metadata-extractor
A web application for extract metadata from files using exiftool
https://github.com/mycodeself/metadata-extractor
Last synced: over 1 year ago
JSON representation
A web application for extract metadata from files using exiftool
- Host: GitHub
- URL: https://github.com/mycodeself/metadata-extractor
- Owner: mycodeself
- Created: 2019-05-18T16:36:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T16:45:47.000Z (about 7 years ago)
- Last Synced: 2025-01-22T04:26:41.805Z (over 1 year ago)
- Language: TypeScript
- Size: 321 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# metadata-extractor
A web application for extract metadata from files using exiftool
### stack
- Typescript
- NodeJS
- Express
- ReactJS
### how to run?
Run backend:
```
NODE_ENV=development npm run build
npm run start
```
Run frontend:
```
cd front && npm run start
```
*Note: Requires exiftool to be installed on the machine*