Small fullstack web-app, for Uploding images in React
Also using of @fortawesome svgs in react, using react-fontawesome
and free-solid-svg-icons
Images are uploaded to Cloudinary
To do this, .env
file in 'server' folder is need, that includes:
CLOUD_NAME=''
API_KEY=''
API_SECRET=''
Based on https://codeburst.io/react-image-upload-with-kittens-cc96430eaece
node server.js
inside of 'server folder;npm start
in root folder
🖖🏼