An open API service indexing awesome lists of open source software.

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.

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/)