This application help you with everyday conducting classes.
This project was made using java in version 8 and extra libraries. Program is built on one of main design pattern - MVC, what cause that code is very clear. What is more there are used following design-patterns: Singleton, Builder etc. All is connecting with Data Base, which is based on MySql engine. The main target od this project is expanding knowledge about programming.
- Java - version 8u241
- mysql-connector-java-8.0
- libmysql - mysqlnd 7.4.4 (using XAMMP)
Database isn't relational and should be named "students" and include three table:
-
marks: This table should the following columns:
- id - auto increment number from 0
- Name
- Surrname
- Other columns include "present of pupils "
-
present
- id - auto increment number from 0
- Name
- Surrname
- Other columns include "marks of pupils "
-
personaldata
- id - auto increment number from 0
- Name
- Surrname
- Address
- Pesel
- Tel
You can show sample @this
List of features ready and TODOs for future development
- Presence module
- Evaluation module
To-do list:
- Configuration module - acuta
- The "configuration module" will be implemented
Project is: on the finish
Created by @Bartistero - feel free to contact me!