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 NetBeansLogin

Edit

View

Database:
#SQL1Name: 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
#SQL1>>`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
Download
Available only on Windows.
<br>