bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Frontend : Implement File/Image Upload by Using Axios in React #202

Closed yigitsarioglu closed 2 years ago

yigitsarioglu commented 2 years ago

Especially in our project, users should be able to upload and view images and files. So I'm planning to upload the file I got from the user to the cloud service (cloudinary.com) using the react axios function. I plan to keep the link of the file in the cloud in a variable in the backend. so i can access the link of the file path whenever i want.

yigitsarioglu commented 2 years ago

Image upload feature is provided for equipment, event and user pages using cloudinary cloud service. I implemented this feature entirely.

yigitsarioglu commented 2 years ago

This issue can now be closed as this feature is integrated into all required pages