HomePROJECTS

Java CRUD

Java CRUD for IPN
Dec 28 2021
2 min readJava, SQL
Java

Java CRUD

<h1 align="center">☕ JAVA CRUD Students ☕</h1> <p align="center"> Java CRUD for the enrollment, editing and deletion of students from a school, this enrollment works with a MySQL database. Using NetBeans

Login

Javacrud
Javacrud

Edit

Javacrud
Javacrud

View

Javacrud
Javacrud
</p> <br> > This project has been carried out for learning purposes only, any errors that may be found must be corrected by yourself. <br> <br> <br>

Database:

#SQL
1Name: dbcalificaciones,   `NumeroLista` int(11) NOT NULL,
2  `Nombre` varchar(50) NOT NULL,
3  `ApellidoPaterno` varchar(50) NOT NULL,
4  `Sexo` varchar(15) NOT NULL,
5  `Carrera` varchar(50) NOT NULL,
6  `Materia` varchar(50) NOT NULL,
7  `PlanEstudios` int(11) NOT NULL,
8  `D1` int(11) NOT NULL,
9  `D2` int(11) NOT NULL,
10  `D3` int(11) NOT NULL,
11  `PromedioR` int(11) NOT NULL,
12  `Secuencia` varchar(20) NOT NULL,
13  `NoEquipo` int(11) NOT NULL.
14

 

and

#SQL
1>>`id` int(11) NOT NULL,
2  `user` varchar(45) NOT NULL,
3  `password` varchar(255) NOT NULL  
4

 

user: admin@root.com password: root <br> the mysql connector for java is in the controller folder <br>

How to use

Step 1

  • Import the project to your netbeans folder.

Step 2

  • Open the project, check for errors then compile and run.

Step 3

  • If you have already connected the database and everything works, you can compile the project to .jar
<br>

Download

Available only on Windows.

Check the latest release

<br>

Complete Documentation

PDF

<br>

License

💜 MIT License

Did you like this article? Share it!

© 2025