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
Not necessarily integrated with NuxtHub, I mean an example of a CRUD using the repository pattern that consumes some public API, for example, a CRUD for users or emails, the idea is to have an example of a project that shows how to have a nuxt project organized using this pattern.
Just that it would be nice something more complete, that the repository contains the basic CRUD methods: getAll(), getById(), create(), update() and delete().
I loved NuxtUI, I would like to see an example of a CRUD using the repository pattern.
Thanks.
The text was updated successfully, but these errors were encountered: