{"id":37179238,"url":"https://github.com/goquiz/api","last_synced_at":"2026-01-14T20:52:07.162Z","repository":{"id":210735979,"uuid":"726826221","full_name":"goquiz/api","owner":"goquiz","description":" The application's backend API written with GoFiber","archived":false,"fork":false,"pushed_at":"2024-03-07T12:28:39.000Z","size":16373,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-14T15:45:45.505Z","etag":null,"topics":["api","gofiber","golang","open-source","quiz"],"latest_commit_sha":null,"homepage":"https://quizzes.lol","language":"Go","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/goquiz.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-12-03T14:16:51.000Z","updated_at":"2025-06-24T17:04:21.000Z","dependencies_parsed_at":"2023-12-10T22:27:45.766Z","dependency_job_id":"3ffe6faf-3312-44bd-be20-7f9b59e36ce6","html_url":"https://github.com/goquiz/api","commit_stats":null,"previous_names":["bndrmrtn/goquiz_api","goquiz/api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/goquiz/api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goquiz%2Fapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goquiz%2Fapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goquiz%2Fapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goquiz%2Fapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goquiz","download_url":"https://codeload.github.com/goquiz/api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goquiz%2Fapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28434500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","gofiber","golang","open-source","quiz"],"created_at":"2026-01-14T20:52:06.368Z","updated_at":"2026-01-14T20:52:07.146Z","avatar_url":"https://github.com/goquiz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoQuiz\n\nA quiz `API` written in `Go` with \n[Fiber](https://github.com/gofiber/fiber).\n\nIt is completely open-source, so feel free to download\nand build a quiz using this project. Just give credit\nto me, please – being nice is greatly appreciated. ;)\n\n## How it operates?\n\nTo begin, let me illustrate the folder structure I\nused in developing this application.\n\n```\n📦 GoQuiz project\n    📂 app\n        📂 handlers\n        📂 repository\n        📂 requests\n    📂 database\n        📂 models\n    📂 http\n    📂 helpers\n    📂 routes\n    📜 .env\n    📜 main.go\n```\n\nI established a \"handlers\" folder where I defined\nvarious structs and their associated methods. Subsequently,\nI registered these handlers in the `routes/api.go` file. Therefore,\nwhen a request is sent to the server, Fiber autonomously\nhandles the process, invokes the designated handler method,\nand returns the corresponding response. That's all.\n\nMiddleware, authentication, and session management are defined\nin the `http` folder.\n\nFor the database, I am utilizing the `gorm` package \nwith a MySQL database.\n\n### Credits\n\n[Martin Binder](https://mrtn.vip) - This is my first solo project with Go and Fiber.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoquiz%2Fapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoquiz%2Fapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoquiz%2Fapi/lists"}