This issue addresses the creation of a section in the application that allows the administrator to modify, delete, or add users to the database. This involves developing the necessary controllers and models in Laravel to manage the data on the backend, as well as services in Angular to connect with Laravel and components for the views on the frontend.
Tasks
Create controllers in Laravel for user management.
Create models in Laravel for manipulation of user data in the database.
Develop services in Angular to connect with Laravel and perform CRUD operations in the user administration section.
Implement components in Angular for views related to user management.
Conduct integration tests to ensure the proper functioning of the user administration section.
Creation of the user administration section
Description
This issue addresses the creation of a section in the application that allows the administrator to modify, delete, or add users to the database. This involves developing the necessary controllers and models in Laravel to manage the data on the backend, as well as services in Angular to connect with Laravel and components for the views on the frontend.
Tasks