{"id":20109969,"url":"https://github.com/wralith/wuiz","last_synced_at":"2026-05-15T07:08:43.295Z","repository":{"id":163673462,"uuid":"638987484","full_name":"wralith/wuiz","owner":"wralith","description":"Quiz application written in Java","archived":false,"fork":false,"pushed_at":"2023-05-18T21:49:10.000Z","size":132,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-13T05:41:46.402Z","etag":null,"topics":["java","quiz","spring"],"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/wralith.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-10T14:17:02.000Z","updated_at":"2023-05-11T20:52:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"ea346eb2-4742-40e6-9105-341aef867d9c","html_url":"https://github.com/wralith/wuiz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wralith%2Fwuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wralith%2Fwuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wralith%2Fwuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wralith%2Fwuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wralith","download_url":"https://codeload.github.com/wralith/wuiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241550241,"owners_count":19980677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","quiz","spring"],"created_at":"2024-11-13T18:09:55.556Z","updated_at":"2026-05-15T07:08:43.229Z","avatar_url":"https://github.com/wralith.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wuiz\n\nQuiz Application! 🧠\\\nAround %80-%90 Test Coverage, Isn't it sweet spot? 🍭\n\nWhat this app does? Create and solve quizzes and get lovely results Check\n[endpoints](#endpoints) for more.\n\n## Development\n\nCreate Postgres Database in Docker\n\n```bash\ndocker run --name wuiz --rm -d -p 5432:5432 \\\n    -e POSTGRES_USER=wuiz \\\n    -e POSTGRES_PASSWORD=secret \\\n    -e POSTGRES_DB=wuiz \\\n    postgres:alpine\n```\n\nStart Spring Application or Tests\n\n```bash\ncd server\n\n./gradlew build -t  # To watch files to restart application on change\n./gradlew bootRun   # Start Spring Boot application\n\n# To run tests\n./gradlew test\n```\n\n## Techs\n\n- Java and bunch of technologies from Spring Boot umbrella\n- GitHub Actions, run tests on push because why not?\n- OpenAPI specs and Swagger UI for API documentation\n- Postgres\n\n## Endpoints\n\n![endpoints](/docs/endpoints.png)\n\n## Todos\n\n- [ ] Few annotations to clean\n- [ ] Refactor to follow Java best practices... _I need to do few readings for\n      that though_\n- [ ] Exception handling and better error messages\n- [ ] Dockerize App and maybe docker-compose with Postgres for better\n      development environment\n- [ ] Frontend application maybe?\n- [ ] Better result response\n\n- [ ] Users\n  - [ ] Authentication\n  - [ ] Role to create quizzes\n\n## Notes for Future\n\n- Postgres is good but models seems like they would be great fit for document\n  database, maybe I can try CouchBase or something...\n- I like folder structure as flat as possible but I don't know something seems\n  off.\n- I believe I can break this into microservices, after I get comfortable on\n  building those jars, man java tooling is not the best... At least I will break\n  things into more modular way, Result and Quiz should not be coupled I guess.\n- I don't know if I should use H2 in tests, what do you think Java people let me\n  know.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwralith%2Fwuiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwralith%2Fwuiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwralith%2Fwuiz/lists"}