In this hour-long class, I demo how to make a react app that uploads images to an s3 bucket and persists data to a MySQL database. Everything is hosted in the cloud.
- Heroku
- MySQL with JawsDB
- S3
- React JS
🔗Code: https://github.com/Sam-Meech-Ward/image-uploader-s3-mysql.git
🔗Other tutorials:
- Image Upload with S3: https://youtu.be/NZElg91l_ms
- S3 bucket for static assets: https://youtu.be/RoY3ekCCxKc
- Image upload without s3: https://sammeechward.com/uploading-images-express-and-react/