dornescum/ExpressMysqlAngularCRUD ? reverse-engineered prompt
Reverse engineered prompt
Build me a full CRUD web app for managing products, with a login screen, a main dashboard, and pages to add, edit, view, and delete items.
I want the frontend in Angular with a clean admin style using PrimeNG and PrimeFlex, and I want the backend in Node and Express with a MySQL database. The app should support secure login with JWT, basic protections like rate limiting and helmet, and a simple REST API for all the product actions.
The product area should include pagination, a table view, a detail view, and barcode display or generation for each product. Make it feel polished and easy to use, with form validation, success and error messages, and a layout that looks good on desktop. If you need to check current docs for any of the libraries, go ahead and look them up online.
Are you gonna build this?
make sure you review the code using coderabbit