Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 823 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 823 Bytes

photo-descriptor-nano

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.

Demo

Its an native application so you can't try it throught browser but video with small demo is here: https://youtu.be/1FvZlWtzmDA

How to run

  1. Clone repo git clone https://github.com/Kuchasz/photo-descriptor-nano
  2. Install dependencies npm install
  3. Run throught console npm run or prepare an platform executable npm run package