5
4 Comments

Simple no/low code website for displaying form data and accepting some basic user input

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?

on August 26, 2021
  1. 2

    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.

  2. 1

    https://supabase.io/ could have something working in 30 minutes.

    They even have Python, Golang libraries etc.

    1. 1

      Thanks ill take a look