You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to generate a lot of cruds in my application.
Can I use a generator or I have to write down all by hand. it's a very hard work and code a lot of files.
What procedure do you can suggest me to automatize te generation of cruds ?
Thanks
The text was updated successfully, but these errors were encountered:
Unfortunately, I didn't work with CRUD for this product so I can not guide you into how to implement this. According to the backend framework that you are using, there may be some CRUD generators to make your work simple (Ex Laravel: https://github.com/appzcoder/crud-generator).
I have to generate a lot of cruds in my application.
Can I use a generator or I have to write down all by hand. it's a very hard work and code a lot of files.
What procedure do you can suggest me to automatize te generation of cruds ?
Thanks
The text was updated successfully, but these errors were encountered: