recommended solutions for storing images
Hey,
I was wondering if anyone had any recommendations for storing images for my app.
Each image will be less than 150kb. Currently unsure about how many I am going to need to store
Currently when it gets sent to my nextjs api route i just store it in my db as a BLOB, however I don’t believe this will scale well
I was wondering if anyone had any recommendations for storing images for my app.
Each image will be less than 150kb. Currently unsure about how many I am going to need to store
Currently when it gets sent to my nextjs api route i just store it in my db as a BLOB, however I don’t believe this will scale well
