Skip to content

Latest commit

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Cliente Registration Java GUI


alt text


This project was created as a solution to challenge 5 of MisionTIC 2022. it was developed using Java, jbdc module, Swing and Mysql.

Quick setup

  1. Launch the MySQL Command-Line Client. To launch the client, enter the following command in a Command Prompt window: mysql -u root -p .

  1. Create Mysql Database:
drop if exists Reto5;
createschemaReto5;
drop if exists CLIENTE;
createtableCLIENTE;
ID integerforeign key auto_increment;
DOC_INDENTIDAD integernot null;
NOMBRES varchar(100) not null;
APELLIDOS varchar(100) not null;
TELEFONO integernot null;

  1. Run the java main class on src/Vista/vistaCliente.java.

  1. Enjoy

About

This project is a basic graphical interface for customer registration created using Java, Swing and PostgreSQL.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages