A web application for extract metadata from files using exiftool
- Typescript
- NodeJS
- Express
- ReactJS
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