Basic CRUD project in Java interacting with an API developed in Laravel 10
Run Main Class.
first version
new version
Complete the entire form.
Note: To create a new student, it is not necessary to fill in the ID field. For the Career field, only integer numeric values from 1 to 3 are accepted because only three careers are created in the API using Seeders.
Fill in the ID field with an integer numeric value and press the Search button.
If the student exists, the test fields will be filled with the existing information.
Note: The Password field will not be filled when a search is performed.
If the student does not exist, a small message will be displayed.
Fill in the ID field with an integer numeric value and press the Search button.
Modify the information in the text fields. And press the Edit button
Note: The Password field is not required; it can remain empty, and the password will not be changed. If you wish to change the password, you can fill in the field
Fill in the ID field with an integer numeric value and press the Search button.
Press the Delete Button
To clear the text fields, press the Clear Button.