https://github.com/thiagomvilela/jacademic
Project development for the Object Oriented Programming Language course at the Federal Institute of Pernambuco.
https://github.com/thiagomvilela/jacademic
database database-management eclipse eclipse-ide heidisql java mariadb mariadb-database
Last synced: 4 months ago
JSON representation
Project development for the Object Oriented Programming Language course at the Federal Institute of Pernambuco.
- Host: GitHub
- URL: https://github.com/thiagomvilela/jacademic
- Owner: thiagomvilela
- Created: 2021-09-15T10:18:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T13:25:37.000Z (about 4 years ago)
- Last Synced: 2025-05-01T18:42:32.550Z (about 1 year ago)
- Topics: database, database-management, eclipse, eclipse-ide, heidisql, java, mariadb, mariadb-database
- Language: Java
- Homepage:
- Size: 2.35 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JAcademic - Academic Grading System
## Project description
This project is a Management System for Teachers, developed for the Object Oriented Programming Language course at the Federal Institute of Pernambuco (IFPE).
System requirements:
- Note 1st unit;
- Note 2nd unit;
- Final Exam Score (Only for students who did not reach the average of 7.00);
- Final average calculated automatically.
Note: Students will already be registered on the platform.
Teacher does:
- Insert notes;
- View grades and final average;
- You can export the final report in “.txt” format.
### 🛠 Technologies
The following tools were used in the construction of the project:
- [Java](https://www.java.com/pt-BR/)
- [MySQL](https://www.mysql.com/)
- [MariaDB](https://mariadb.org/)