{"id":21297833,"url":"https://github.com/marharita08/gradebook","last_synced_at":"2026-04-04T16:35:26.025Z","repository":{"id":49192515,"uuid":"357168296","full_name":"marharita08/Gradebook","owner":"marharita08","description":"Gradebook is an online journal web-application. It serves as a digital gradebook for school students.(Java, Spring Framework)","archived":false,"fork":false,"pushed_at":"2023-07-21T08:50:35.000Z","size":4695,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-15T17:42:17.147Z","etag":null,"topics":["ajax","css","gradebook","html","java","java-servlet-pages","javascript","jsp","online-journals","postgresql","school","spring-mvc","spring-security","springframework","webapp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marharita08.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-12T11:31:47.000Z","updated_at":"2025-02-21T00:42:07.000Z","dependencies_parsed_at":"2024-11-21T14:51:56.016Z","dependency_job_id":null,"html_url":"https://github.com/marharita08/Gradebook","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/marharita08/Gradebook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marharita08%2FGradebook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marharita08%2FGradebook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marharita08%2FGradebook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marharita08%2FGradebook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marharita08","download_url":"https://codeload.github.com/marharita08/Gradebook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marharita08%2FGradebook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31405704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","css","gradebook","html","java","java-servlet-pages","javascript","jsp","online-journals","postgresql","school","spring-mvc","spring-security","springframework","webapp"],"created_at":"2024-11-21T14:41:50.999Z","updated_at":"2026-04-04T16:35:26.004Z","avatar_url":"https://github.com/marharita08.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gradebook\n\nGradebook is an online journal application developed using the Spring framework. It serves as a digital gradebook for school students. The application uses a PostgreSQL database and is deployed on the Weblogic web server.\n\n## Reasons for Development\n\nThis project was initially developed as a laboratory work during the Java development courses. Over time, it was further refined and expanded, eventually evolving into a Bachelor's thesis project.\n\n## Features\n\n  - User authentication: Students, teachers, and administrators can create accounts and log in to the application.\n  - Role-based access control: Different roles (student, teacher, administrator) have different permissions within the application.\n  - Administrator functionality:\n      - Manage academic year, semester, subjects, and classes.\n      - Add students to classes.\n      - Assign roles to users.\n      - Assign teachers to subjects for specific classes and semesters.\n  - Teacher functionality:\n      - Add topics and lessons to subjects.\n      - Grade students' assignments.\n      - Mark attendance for students\n  - Student functionality:\n      - View own grades for different subjects and assignments.\n\n## Technologies Used\n\n  - Java\n  - Spring framework\n  - PostgreSQL\n  - Weblogic web server\n\n## Prerequisites\n\nBefore getting started with the Gradebook application, ensure that you have the following prerequisites:\n\n  - Java Development Kit (JDK) installed on your system.\n  - Apache Maven for building and managing dependencies.\n  - PostgreSQL database server installed and running.\n  - Weblogic web server set up and configured.\n  - A modern web browser to access the application. \n\n## Getting Started\n\nTo get a local copy of the Gradebook application up and running, follow these steps:\n\n 1. Clone this repository: `git clone https://github.com/marharita08/Gradebook`.\n 2. Create database for the application.\n 3. Configure `src/main/resources/datasource.properties` with following properties:\n\n   | Property                 | Description                                               |\n   |--------------------------|-----------------------------------------------------------|\n   | domain.name              | The name of the domain where the application is deployed  |\n   | admin.username           | The username for accessing the administration console     |\n   | admin.password           | The password for accessing the administration console     |\n   | admin.url                | The URL of the administration console                     |\n   | app.name                 | The name of the application                               |\n   | datasource.name          | The name of the datasource                                |\n   | datasource.database.name | The name of the database associated with the datasource   |\n   | datasource.target        | The target server or cluster for the datasource           |\n   | datasource.filename      | The name of the configuration file for the datasource     |\n   | datasource.jndiname      | The JNDI name for the datasource                          |\n   | datasource.driver.class  | The fully qualified class name of the datasource driver   |\n   | datasource.url           | The URL for connecting to the database                    |\n   | datasource.username      | The username for accessing the database                   |\n   | datasource.password      | The password for accessing the database                   |\n   | datasource.test.query    | The SQL query used to test the database connection        | \n\n 4. Run `build.cmd` or `./build.sh` depending on your OS.\n 5. Download [JDBC Driver for PostgreSQL](https://jdbc.postgresql.org/download/). Place driver into `domain_name/lib` folder (by default `base_domain/lib`).\n 6. Start Weblogic.\n 7. Run `initDataSource.cmd` or `./initDataSource.sh`.\n 8. Run `deploy.cmd` or `./deploy.sh`.\n 9. Access the application in your web browser at `http://localhost:7001/Gradebook`.\n\n## Screenshots\n\n![Screenshot 1](screenshots/Screenshot_1.png)\n![Screenshot 2](screenshots/Screenshot_2.png)\n![Screenshot 3](screenshots/Screenshot_3.png)\n![Screenshot 4](screenshots/Screenshot_4.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarharita08%2Fgradebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarharita08%2Fgradebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarharita08%2Fgradebook/lists"}