weston-bailey / react-cloudinary-multipart-form

image uploads to cloudinary using react, express, multer, and multipart form data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multipart Form Data + Cloudinary + React

Setting up

  • clone this repo

Server

  • cd into server
  • run npm i to get the needed packages
  • touch .env
  • add your CLOUDINARY_URL that you can get from the cloudinary api to the .env
  • run the server with node index.js

Client

  • cd into client
  • run npm i
  • touch .env.local
  • add REACT_APP_SERVER_URL=http://localhost:8000 to the .env.local
  • run npm run start to fire up the react app

About

image uploads to cloudinary using react, express, multer, and multipart form data


Languages

Language:JavaScript 65.2%Language:HTML 28.7%Language:CSS 6.1%