A demo application for teaching the FTW course at CoderSchool.
-
Register for a Cloudinary account. And create a unsigned upload preset: https://cloudinary.com/documentation/upload_presets
-
Create
/.env
:
REACT_APP_BACKEND_API="https://codercomm-api-dot-cs-platform-306304.et.r.appspot.com/api"
REACT_APP_CLOUDINARY_CLOUD_NAME = 'cloudinary-cloud-name'
REACT_APP_CLOUDINARY_UPLOAD_PRESET = 'cloudinary-upload-preset'
The upload preset of your cloudinary should be unsigned.
- Run
npm install
The demo app is running on: https://codercomm-dot-cs-platform-306304.et.r.appspot.com