An electron, vue.js and typescript based application that helped me simplify process of preparing SEO-friendly descriptions of photos placed on PyszStudio site. After whole process of describing photos user gets properly renamed photos (using defined tags) and generated file with properly formated sql queries. Last thing that user needs to do is upload these images to webserver and run generated queries.
Its an native application so you can't try it throught browser but video with small demo is here: https://youtu.be/1FvZlWtzmDA
- Clone repo
git clone https://github.com/Kuchasz/photo-descriptor-nano
- Install dependencies
npm install
- Run throught console
npm run
or prepare an platform executablenpm run package