{"id":28389226,"url":"https://github.com/shahob-atm/ielts-platform","last_synced_at":"2026-04-29T23:31:37.811Z","repository":{"id":295701606,"uuid":"990845583","full_name":"shahob-atm/ielts-platform","owner":"shahob-atm","description":"IELTS Platform is a modern and user-friendly online system designed to manage the educational process, facilitate testing, and automate the operations of language centers specializing in IELTS exam preparation.","archived":false,"fork":false,"pushed_at":"2025-06-22T23:41:50.000Z","size":116,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-23T00:31:49.754Z","etag":null,"topics":["java","javamailsender","lombok","maven","postgresql","spring-boot","spring-data-jpa","spring-security","swagger","validation"],"latest_commit_sha":null,"homepage":"https://ielts-platform-production.up.railway.app/swagger-ui/index.html","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/shahob-atm.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-26T18:19:13.000Z","updated_at":"2025-06-22T23:41:53.000Z","dependencies_parsed_at":"2025-06-15T23:19:35.730Z","dependency_job_id":"12777dde-9d8a-48b5-a303-5ccb4a0b1a59","html_url":"https://github.com/shahob-atm/ielts-platform","commit_stats":null,"previous_names":["shahob-atm/ielts-platform"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shahob-atm/ielts-platform","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahob-atm%2Fielts-platform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahob-atm%2Fielts-platform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahob-atm%2Fielts-platform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahob-atm%2Fielts-platform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shahob-atm","download_url":"https://codeload.github.com/shahob-atm/ielts-platform/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shahob-atm%2Fielts-platform/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448360,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"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":["java","javamailsender","lombok","maven","postgresql","spring-boot","spring-data-jpa","spring-security","swagger","validation"],"created_at":"2025-05-31T00:37:56.210Z","updated_at":"2026-04-29T23:31:37.794Z","avatar_url":"https://github.com/shahob-atm.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IELTS Platform\n\n## About the Project\n\n**IELTS Platform** is a modern, user-friendly online system for managing the educational process, conducting tests, and automating the workflow of language centers specializing in IELTS exam preparation. The platform enables efficient collaboration between administrators, teachers, students, and their parents.\n\n## Key Features\n\n- **User Registration and Management:** Supports roles such as Admin, Teacher, Student, and Parent.\n- **Group Assignment and Management:** Create and edit study groups, assign teachers and students.\n- **IELTS Test Administration:** Online platform for taking IELTS tests, automatic grading, and performance statistics.\n- **Scheduling:** Plan lessons and exams seamlessly.\n- **Attendance and Progress Reports:** Detailed analytics for administrators, teachers, and parents.\n- **Feedback and Notifications:** Notification and messaging system for all roles.\n- **Tuition Payment:** Option for online payment of courses (if needed).\n\n## Architecture\n\nThe platform follows a client-server architecture:\n- **Backend:** Spring Boot (Java)\n- **Frontend:** (optional) React/Vue/Angular\n- **Database:** PostgreSQL or MySQL\n- **Email/SMS Notifications:** Integration with external services (e.g., SendGrid, Twilio, etc.)\n\n## Getting Started\n\n1. Clone the repository:\n    ```bash\n    git clone https://github.com/shahob-atm/ielts-platform.git\n    ```\n2. Navigate to the project folder and configure environment variables (e.g., database parameters).\n3. Run the backend application:\n    ```bash\n    ./mvnw spring-boot:run\n    ```\n4. (Optional) Start the frontend if you are using one.\n\n## User Roles\n\n- **Administrator:** Manages users, groups, schedules; approves new teachers and students; sends invitations.\n- **Teacher:** Conducts lessons and tests, assigns grades, communicates with students.\n- **Student:** Takes tests, tracks schedule, receives grades and notifications.\n- **Parent:** Has access to their child’s results and attendance, can pay tuition.\n\n## Security\n\n- User registration is by invitation only from the administrator (via email or SMS).\n- All passwords are stored in encrypted form (bcrypt).\n- JWT authentication is used for the API.\n- Data validation and role-based access control are enforced.\n\n## Technologies\n\n- Java 17+\n- Spring Boot\n- Spring Security (JWT)\n- JPA/Hibernate\n- PostgreSQL/MySQL\n- Lombok\n- Swagger/OpenAPI (documentation)\n- Email/SMS integration\n\n---\n\n\u003e ⚠️ **Note: This project is under active development. Major changes in functionality and architecture are possible. Use for familiarization or testing purposes only.**\n\n**IELTS Platform** — your reliable tool for efficient IELTS preparation!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahob-atm%2Fielts-platform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshahob-atm%2Fielts-platform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshahob-atm%2Fielts-platform/lists"}