Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpbm/exif-frontend
A website to remove metadata from your files
https://github.com/dpbm/exif-frontend
exif exiftool exiftool-library images nextjs remove-metadata vercel website
Last synced: about 4 hours ago
JSON representation
A website to remove metadata from your files
- Host: GitHub
- URL: https://github.com/dpbm/exif-frontend
- Owner: Dpbm
- Created: 2021-11-29T00:11:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T20:53:14.000Z (10 months ago)
- Last Synced: 2024-04-16T04:59:42.501Z (7 months ago)
- Topics: exif, exiftool, exiftool-library, images, nextjs, remove-metadata, vercel, website
- Language: TypeScript
- Homepage:
- Size: 177 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Exif front-end
![screenshot](./assets/screenshot.png)
This is the front-end part of the exif remover project.## requirements
you execute this project you need to install:
* [nodejs](https://nodejs.org/en)
* [npm](https://www.npmjs.com/) [or similar]
* the [backend](https://github.com/Dpbm/exif-backend) running somewherealso, remember to set the `NEXT_PUBLIC_API_URL` environment variable in the `.env.local` file with the URL to your backend.
## run as dev
to run as dev, type:
```bash
npm install && npm run dev
```## build the project
to build run:
```bash
npm install && npm run build
```then run the project with:
```bash
npm run start
```## access
With all done, you can access: `localhost:3000` and use the application.