Skip to content

HLBrandon/crud-java-api-laravel10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD JAVA 8 WITH API

Basic CRUD project in Java interacting with an API developed in Laravel 10

Libraries

Instructions

Run Main Class.

Captura de pantalla 2024-07-26 105806

first version

Captura de pantalla 2024-07-27 232117

new version

Create new Student

Complete the entire form.

Captura de pantalla 2024-07-26 105844

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.

Message

Captura de pantalla 2024-07-26 110043

Search Student

Fill in the ID field with an integer numeric value and press the Search button.

Captura de pantalla 2024-07-26 110136

If the student exists, the test fields will be filled with the existing information.

Captura de pantalla 2024-07-26 110150

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.

Captura de pantalla 2024-07-26 110356

Modify Student

Fill in the ID field with an integer numeric value and press the Search button.

Captura de pantalla 2024-07-26 110136

Modify the information in the text fields. And press the Edit button

Captura de pantalla 2024-07-26 110222

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

Message

Captura de pantalla 2024-07-26 110240

Delete Student

Fill in the ID field with an integer numeric value and press the Search button.

Captura de pantalla 2024-07-26 124825

Press the Delete Button

Captura de pantalla 2024-07-26 110337

Clear text fields

To clear the text fields, press the Clear Button.

About

Simple CRUD in Java 8, interacting with an API developed in Laravel 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages