Loading request...
Request to implement uploadthing for image storage instead of the current base64 method, improving efficiency in image handling.
Use [uploadthing](https://uploadthing.com/) to handle image storage. The current implementation works by converting the image into a base64 string and then storing that string in the db. This is not efficient.