top | item 39402580

(no title)

mgummelt | 2 years ago

How do you use ChatGPT to write CRUD apps? Do you mean Github Copilot?

discuss

order

speedgoose|2 years ago

I use them both. I use ChatGPT to do the big parts like the SQL schema and some boilerplate. It works better in Python with fastAPI than Rust with Axum though.

mgummelt|2 years ago

Cool. How do you use it to generate the frontend CRUD interfaces?