{"id":19165372,"url":"https://github.com/met-dev/universitiesproject-javaspringboot","last_synced_at":"2026-04-12T09:46:28.007Z","repository":{"id":44803906,"uuid":"451146054","full_name":"MET-DEV/UniversitiesProject-JavaSpringBoot","owner":"MET-DEV","description":"Spring boot project. Techs= PostgreSql, Swagger, Java, Mockito","archived":false,"fork":false,"pushed_at":"2022-03-13T08:39:50.000Z","size":26895,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-13T19:43:51.803Z","etag":null,"topics":["java","postgresql","rest-api","spring","spring-boot","spring-test","swagger-ui"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MET-DEV.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-23T15:28:04.000Z","updated_at":"2022-08-29T18:42:05.000Z","dependencies_parsed_at":"2022-08-25T12:50:42.150Z","dependency_job_id":null,"html_url":"https://github.com/MET-DEV/UniversitiesProject-JavaSpringBoot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MET-DEV/UniversitiesProject-JavaSpringBoot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FUniversitiesProject-JavaSpringBoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FUniversitiesProject-JavaSpringBoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FUniversitiesProject-JavaSpringBoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FUniversitiesProject-JavaSpringBoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MET-DEV","download_url":"https://codeload.github.com/MET-DEV/UniversitiesProject-JavaSpringBoot/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MET-DEV%2FUniversitiesProject-JavaSpringBoot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31710792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","postgresql","rest-api","spring","spring-boot","spring-test","swagger-ui"],"created_at":"2024-11-09T09:27:40.086Z","updated_at":"2026-04-12T09:46:27.981Z","avatar_url":"https://github.com/MET-DEV.png","language":"Java","readme":"## What Where\n\n- [Model Classes (FOR ORM AND OUTPUT)](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/tree/master/students/src/main/java/com/metsoft/students/models)\n- [Repositiory Classes (FOR DATA ACCESS WITH JPA)](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/tree/master/students/src/main/java/com/metsoft/students/repository)\n- [Service Interfaces (FOR IMPLEMENT SERVICE CLASSES)](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/tree/master/students/src/main/java/com/metsoft/students/service/interfaces)\n- [Service Classes (FOR LOGIC STATES)](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/tree/master/students/src/main/java/com/metsoft/students/service/implementation)\n- [Controller Classes](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/tree/master/students/src/main/java/com/metsoft/students/controller)\n- [Test Classes](https://github.com/MET-DEV/UniversitiesProject-JavaSpringBoot/tree/master/students/src/test/java/com/metsoft/students)\n- [Config](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/blob/master/students/src/main/resources/application.properties)\n- [Main Class](https://github.com/MET-DEV/StudentProject-JavaSpringBoot/blob/master/students/src/main/java/com/metsoft/students/StudentsApplication.java)\n\n## TECHNOLOGIES\n\n- JAVA SPRING BOOT ` 2.5.6 `\n- JDK ` 11 `\n- SWAGGER ` 2.9.2 `\n- LOMBOK \n- POSTGRESQL\n\n## API's PATHS\nFor  Swagger ``` http://localhost:8080/swagger-ui.html# ```  \u003cbr/\u003e\n#### For Student Service \u003c/hr\u003e\nFor Get All Students ```GET localhost:8080/api/students/getall ``` \u003cbr/\u003e\nFor Student By Id ```GET localhost:8080/api/students/getbyid/{id} ``` \u003cbr/\u003e\nFor Add Student ```POST localhost:8080/api/students/add ```  \u003cbr/\u003e\nFor Update Student ```PATCH localhost:8080/api/students/update ```  \u003cbr/\u003e\nFor Delete Student ```DELETE localhost:8080/api/students/delete ```  \u003cbr/\u003e\n#### For University Service \nFor Get All Universities ```GET localhost:8080/api/universities/getall ``` \u003cbr/\u003e\nFor University By Id ```GET localhost:8080/api/universities/getbyid/{id} ``` \u003cbr/\u003e\nFor Add University ```POST localhost:8080/api/universities/add ``` \u003cbr/\u003e\nFor Update University ```PATCH localhost:8080/api/universities/update ``` \u003cbr/\u003e\nFor Delete University ```DELETE localhost:8080/api/universities/delete ``` \u003cbr/\u003e\n#### For Academician Service \nFor Get All Academicians ```GET localhost:8080/api/academicians/getall ``` \u003cbr/\u003e\nFor Academician By Id ```GET localhost:8080/api/academicians/getbyid/{id} ``` \u003cbr/\u003e\nFor Add Academician ```POST localhost:8080/api/academicians/add ``` \u003cbr/\u003e\nFor Update Academician ```PATCH localhost:8080/api/academicians/update ``` \u003cbr/\u003e\nFor Delete Academician ```DELETE localhost:8080/api/academicians/delete ``` \u003cbr/\u003e\n#### For Attendant Service \nFor Get All Attendants ```GET localhost:8080/api/attendants/getall ``` \u003cbr/\u003e\nFor Attendant By Id ```GET localhost:8080/api/attendants/getbyid/{id} ``` \u003cbr/\u003e\nFor Add Attendant ```POST localhost:8080/api/attendants/add ``` \u003cbr/\u003e\nFor Update Attendant ```PATCH localhost:8080/api/attendants/update ``` \u003cbr/\u003e\nFor Delete Attendant ```DELETE localhost:8080/api/attendants/delete ``` \u003cbr/\u003e\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmet-dev%2Funiversitiesproject-javaspringboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmet-dev%2Funiversitiesproject-javaspringboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmet-dev%2Funiversitiesproject-javaspringboot/lists"}