{"id":18580362,"url":"https://github.com/pradeepsingroul/heliverse-java-developement","last_synced_at":"2026-04-07T08:02:03.389Z","repository":{"id":165166100,"uuid":"640535411","full_name":"pradeepsingroul/Heliverse-java-developement","owner":"pradeepsingroul","description":"This is the basic project where User can create Quize, User can get the result , get the quize, Etc in this this project i implemented the basic CRUD operations;","archived":false,"fork":false,"pushed_at":"2023-05-15T16:47:23.000Z","size":97,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T09:02:22.291Z","etag":null,"topics":["github","hibernate","java","maven","mysql-database","postman","spring-boot","sql","swegger"],"latest_commit_sha":null,"homepage":"https://drive.google.com/file/d/15VTYxV3GspK6ZM6DGBNU0Qx9O6uMdvEw/view?usp=share_link","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/pradeepsingroul.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":"2023-05-14T12:22:19.000Z","updated_at":"2023-05-16T05:06:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"eb504f83-0030-4834-8881-46890c8000d8","html_url":"https://github.com/pradeepsingroul/Heliverse-java-developement","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pradeepsingroul/Heliverse-java-developement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FHeliverse-java-developement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FHeliverse-java-developement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FHeliverse-java-developement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FHeliverse-java-developement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pradeepsingroul","download_url":"https://codeload.github.com/pradeepsingroul/Heliverse-java-developement/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pradeepsingroul%2FHeliverse-java-developement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31504897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"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":["github","hibernate","java","maven","mysql-database","postman","spring-boot","sql","swegger"],"created_at":"2024-11-06T23:45:03.635Z","updated_at":"2026-04-07T08:02:03.362Z","avatar_url":"https://github.com/pradeepsingroul.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heliverse-java-developement\nThis is the basic project where User can create Quize, User can get the result , get the quize, Etc in this this project i implemented the basic CRUD operations;\n\n## ER Diagram\n![ER File](https://github.com/pradeepsingroul/Heliverse-java-developement/assets/104360276/14b6e63a-c941-4c51-960e-e182c9cb3164)\n\n## Features \u0026\u0026 ## Rest Api\n \nnew Quiz \n ```PostMethod-\nhttp://localhost:8080/quizzes\n```\n\nGet quize by id\n```GetMethod-\nhttp://localhost:8080/quizzes/{Id}\n```\n\nGet result by id\n```GetMethod-\nhttp://localhost:8080/quizzes/{Id}/result\n```\n\n Get all quize\n```GetMethod-\nhttp://localhost:8080/quizzes/all\n```\n\nGet active quize\n``` GetMethod-\nhttp://localhost:8080/quizzes/active\n```\n\n \n\n## Tech Stack\n\n- Core Java\n- Spring Boot\n- MySQL (RDBMS)\n- Sql\n- jpql\n- Maven\n- Swegger\n- CRON job\n- postman\n- Giuhub\n\n\n## Deployment\n\nTo deploy this project on localhost paste this below code in application.properties file in the \nresources and update according to your database name, username and password of your MySQL database.\n\n```properties\n #changing the server port\nserver.port=8080\n\n#db specific properties\nspring.datasource.url=jdbc:mysql://localhost:3306/database\nspring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver\nspring.datasource.username=username\nspring.datasource.password=password\n\n\n\n#ORM s/w specific properties\nspring.jpa.hibernate.ddl-auto=update\nspring.jpa.show-sql=true\n\nspring.mvc.throw-exception-if-no-handler-found=true\nspring.web.resources.add-mappings=false\n\nspring.mvc.pathmatch.matching-strategy = ANT_PATH_MATCHER\n\n```\n### Swagger UI - Link\n\nUse this link to run it on browser.\n```swagger\nhttp://localhost:8080/swagger-ui/index.html\n```\n\n## Authors\n- [Pradeep Singroul (@pradeepsingroul) ](https://github.com/pradeepsingroul)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeepsingroul%2Fheliverse-java-developement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpradeepsingroul%2Fheliverse-java-developement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpradeepsingroul%2Fheliverse-java-developement/lists"}