cairinmisa / IT-Project-COMP30022

Repository for IT Project - COMP30022
1 stars 0 forks source link

Uploading Image Functionality 🚀 #113

Closed lijenicol closed 3 years ago

lijenicol commented 3 years ago

Users can now upload images into their workspace. On top of this, they can resize their image and position it to the left/center/right. Frontend and backend functionality has been created. Requests going to the backend go to the /uploads endpoint. Upon request, the backend will save the image to backend/public/uploads and respond with the url to the image. When users click save, all data is saved properly. Would also like to add that users can now underline their text (yay)