Hi Guys, have a friend that is working on a project and he wants to display some data from a sql db on a front end and take some user input to put back in the db. He would also need some simple authentication.
Since I'm not a web guy im a bit out of the loop on no code web frameworks/tools, what could he use to do this?
Give https://www.dronahq.com/ a spin for web apps - connect to SQL databases, add form fields, write back to database (with validations), user management.
tnx
https://supabase.io/ could have something working in 30 minutes.
They even have Python, Golang libraries etc.
Thanks ill take a look