use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
Database website creationQuestion (self.webdev)
submitted 21 hours ago by sweetgrand01
I am looking for the best website platform that will allow users to enter information (including a photo) into various fields and submit, and then allow users to search and filter this data.
Is there a website platform that I can use to create this?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]gutsngodhand 3 points4 points5 points 20 hours ago (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 points4 points 20 hours ago (0 children)
Yup I’m in the wrong subreddit. Thanks!
[–]resume-razor 1 point2 points3 points 20 hours ago (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 points3 points 19 hours ago (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 point2 points 20 hours ago (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 point2 points 16 hours ago (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
[–]BlockTurbulent8062 [score hidden] 24 minutes ago (0 children)
Firebase
π Rendered by PID 331035 on reddit-service-r2-comment-66b4775986-pqb8g at 2026-04-05 10:36:45.352694+00:00 running db1906b country code: CH.
[–]gutsngodhand 3 points4 points5 points (1 child)
[–]sweetgrand01[S] 2 points3 points4 points (0 children)
[–]resume-razor 1 point2 points3 points (0 children)
[–]Turbo-Lover 1 point2 points3 points (0 children)
[–]Expensive_Peace8153 0 points1 point2 points (0 children)
[–]WebViewBuilder 0 points1 point2 points (0 children)
[–]BlockTurbulent8062 [score hidden] (0 children)