{"id":22173873,"url":"https://github.com/9d4/goquiz","last_synced_at":"2025-03-24T18:14:26.084Z","repository":{"id":174110557,"uuid":"649324380","full_name":"9d4/goquiz","owner":"9d4","description":"Simple quiz!","archived":false,"fork":false,"pushed_at":"2023-07-03T13:41:50.000Z","size":323,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T22:46:13.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/9d4.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-06-04T13:55:57.000Z","updated_at":"2023-06-10T04:21:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e16a3cc7-b2c6-45d5-8a12-aa54f549e11f","html_url":"https://github.com/9d4/goquiz","commit_stats":null,"previous_names":["9d4/goquiz"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fgoquiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fgoquiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fgoquiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9d4%2Fgoquiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9d4","download_url":"https://codeload.github.com/9d4/goquiz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245325223,"owners_count":20596818,"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":[],"created_at":"2024-12-02T07:36:02.072Z","updated_at":"2025-03-24T18:14:26.065Z","avatar_url":"https://github.com/9d4.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoQuiz\nGoQuiz is a straightforward quiz application that has been ported from [BayuDC's quiz](https://github.com/bayudc/quiz) and completely rewritten using the Go programming language. It has been developed with a focus on simplicity, efficiency, and self-contained functionality. The front-end still the same.\n\n## Run\nThe required seeder is `quiz.xlsx` copy it from example [here](https://raw.githubusercontent.com/9d4/goquiz/main/quiz.example.xlsx). Rename it to `quiz.xlsx` then run the app with `-s` flag.\n\n- Download binary for your platform in [Release page](https://github.com/9d4/goquiz/releases).\n- Place the quiz.xlsx in the same directory as the binary, then run\n\n**First Run** with seeder. This is first time only run.\n\n\u003e **Note:** since version 0.2.0 the app is able to detect first time run,\nso when there is no config file in the directory the app will run the seeder,\njust put your `quiz.xlsx` in the same directory where you start the goquiz binary.\nWindows user can just double click, it's fine.\n\n\n```shell\n# unix/linux\n$ ./goquiz --seed # to run the seeder, or \"-s\" for short. Run once only!\n\n# windows. Open cmd in your directory where binary stored.\nC:\\Users\\dimanda\\where-you-store-binary\u003e goquiz.exe --seed\n```\n\n**Normal Run**, where you have ran with seeder before. \n```shell\n# unix/linux\n$ ./goquiz\n\n# windows\ngoquiz.exe # or just double click from explorer.exe is fine\n```\n\nOn the first run the app will automatically create the config `goquiz.yml`. Configure it if needed.\n\nTo clean up the app, just delete the `goquiz.db` file.\n\n\n## Development\nBuild and run from Source:\n```bash\ngo run -tags=dev .\n```\n\n### Build with these in mind:\n- Single Binary: GoQuiz is designed to be compiled into a single binary file, making it easy to distribute and run on various systems without any additional dependencies or installations.\n\n- No Third-Party Database: GoQuiz eliminates the need for external databases. All quiz questions and answers are stored directly within the application itself, ensuring a seamless and self-contained experience.\n\n- Run and Go: With GoQuiz, you can simply run the binary file and start using the application immediately. There's no need for complex setup or configuration processes.\n\n**Credit to:**\n\n- [BayuDC](https://github.com/bayudc)\n- [Dimanda](https://github.com/9d4)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d4%2Fgoquiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9d4%2Fgoquiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9d4%2Fgoquiz/lists"}