Hacker News new | ask | show | jobs
by mgummelt 855 days ago
How do you use ChatGPT to write CRUD apps? Do you mean Github Copilot?
1 comments

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.
Cool. How do you use it to generate the frontend CRUD interfaces?
I go with React and use GitHub copilot more but ChatGPT can do the big or more advanced components. It’s a lot of manual work still.