npm install
npm run serve
npm run build
npm run lint
curl --location --request POST 'http://localhost:3000/upload'
--header 'Content-Type: multipart/form-data'
--form 'file=@/home/somewhere/picture.png'
npm install
npm run serve
npm run build
npm run lint
curl --location --request POST 'http://localhost:3000/upload'
--header 'Content-Type: multipart/form-data'
--form 'file=@/home/somewhere/picture.png'