Build a CRUD app
Starter prompt
Tips
- One entity at a time beats a huge schema dump
- Use App Testing (
/test) after the happy path works - Runtime credits cover database usage — Credits
Prompt pattern for list/create/edit/delete features with the project database.
/test) after the happy path works