I am not a programmer. This is frequently a cause for headaches.
I write lots of scripts, work with windows reverse engineering, code for micro-controllers, etc. but I don't write code that does anything ... visible?
So here I am with a project that requires a DB (of some sort), to store data as entered by users (so an auth portion as well), then perform simple math on it. And display results back. There are any number of ways to make it more rich/complicate the project, but that's it at it's core.
However; I have zero experience in this field. The DB structure (if you can call it that) that I'd want to use is simple but where does one get started creating anything UX attached to a database (sql? pgs? sqlite? etc.) these days? Without learning 10,0000 hours of code to do this one thing?
It feels like it should not be so grossly complex to do what I'm wanting, but I have no idea where to start and the few tools I had seen suggested all come with "First Build a VM, Install python, update pip, now setup docker then you need these 35 dependencies, and hey, how much do you know about compiling your own fork of nginx?, etc."
Suggestions from the #programmer/#webdev audience?
#lowcode ? #nocode ?