pandoratoolbox / api-generator

Generates a REST API from a Postgresql database as Golang source code along with a TypeScript client
9 stars 1 forks source link

SAAS GUI #2

Open gedw99 opened 1 year ago

gedw99 commented 1 year ago

Do you have any plans to add a gui ?

I am using htmx alot to make it easy to build gui's in golang which can update parts of he screen. Its a very efficient pattern

this project has it: https://github.com/mikestefanello/pagoda

pertinent files to help you get the idea: https://github.com/mikestefanello/pagoda/blob/main/htmx/htmx.go https://github.com/mikestefanello/pagoda/blob/main/templates/components/core.gohtml#L20

pandoratoolbox commented 1 year ago

Hey, thanks for your interest and willingness to contribute. I plan to turn this into a PWA using something like https://quasar.dev, but open to suggestions. I prefer to use this framework because we can produce a web, mobile and desktop app from one codebase and it's basically just a wrapper around Vue.js.