Y
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
speedgoose
855 days 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.
link
mgummelt
855 days ago
Cool. How do you use it to generate the frontend CRUD interfaces?
link
speedgoose
854 days ago
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.
link