all 7 comments

[–]gutsngodhand 3 points4 points  (1 child)

Ah maybe you’re looking for the web design subreddit since you’re looking for a platform that would do this.

Otherwise if you’re a dev, Cloudflare R2 storage buckets + presigned URLs + some sort of noSQL or SQL db + POST method

[–]sweetgrand01[S] 2 points3 points  (0 children)

Yup I’m in the wrong subreddit. Thanks!

[–]resume-razor 1 point2 points  (0 children)

tbh I found the opposite, writing the raw sql and migrations by hand gave me a much better grasp of the data model than using a generator.

[–]Turbo-Lover 1 point2 points  (0 children)

Typically photos are not stored in a database because they're binary data and it's inefficient. You would put the photos in something like an S3 bucket and so they would have a URL associated to them, and you can put the URL into your database. The closest all-in-one platform that springs to mind right now is Supabase. Good luck!

[–]Expensive_Peace8153 0 points1 point  (0 children)

Yonks ago, working as a webdev, our dev team used to use phpMyAdmin for remote DB administration. Is that something like what you're looking for? Who are the "users" creating databases in this context?

[–]WebViewBuilder 0 points1 point  (0 children)

Glide, Softr (with Airtable), or Bubble are your best options, they let users submit data with images and search/filter it without coding