7 ms·
How do you use ChatGPT to write CRUD apps? Do you mean Github Copilot?
by mgummelt 3y ago
How do you use ChatGPT to write CRUD apps? Do you mean Github Copilot?
- speedgoose 3y agoI 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 3y agoCool. How do you use it to generate the frontend CRUD interfaces?
- speedgoose 3y agoI 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.