We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got started on implementing Cloudinary. Added to our package.json, created an account and config file in milddleware/cloudinary.js.
Next steps are to update the schema in models/posts.js and update our createPost function in controllers/posts.js ( I think )
Some resources to make sense of Leon's code: https://cloudinary.com/documentation/how_to_integrate_cloudinary (on step 3) https://cloudinary.com//documentation/node_integration https://cloudinary.com//documentation/node_image_and_video_upload
The text was updated successfully, but these errors were encountered:
devjusty
No branches or pull requests
Got started on implementing Cloudinary. Added to our package.json, created an account and config file in milddleware/cloudinary.js.
Next steps are to update the schema in models/posts.js and update our createPost function in controllers/posts.js ( I think )
Some resources to make sense of Leon's code:
https://cloudinary.com/documentation/how_to_integrate_cloudinary (on step 3)
https://cloudinary.com//documentation/node_integration
https://cloudinary.com//documentation/node_image_and_video_upload
The text was updated successfully, but these errors were encountered: