{"id":22882342,"url":"https://github.com/ebukaodini/quiz-builder-app","last_synced_at":"2026-04-07T07:03:31.070Z","repository":{"id":131286387,"uuid":"523662634","full_name":"ebukaodini/quiz-builder-app","owner":"ebukaodini","description":"An app that allow authenticated users to create their own quizzes and anonymous visitors to take them and see how many questions they got right.","archived":false,"fork":false,"pushed_at":"2022-08-11T09:35:11.000Z","size":3419,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-06-19T23:46:46.265Z","etag":null,"topics":["bootstrap","expressjs","javascript","mongodb","mongoose","nodejs","react","scss","styled-components","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ebukaodini.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":"2022-08-11T09:31:19.000Z","updated_at":"2023-03-07T04:20:15.000Z","dependencies_parsed_at":"2023-07-30T19:30:53.407Z","dependency_job_id":null,"html_url":"https://github.com/ebukaodini/quiz-builder-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ebukaodini/quiz-builder-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebukaodini%2Fquiz-builder-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebukaodini%2Fquiz-builder-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebukaodini%2Fquiz-builder-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebukaodini%2Fquiz-builder-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ebukaodini","download_url":"https://codeload.github.com/ebukaodini/quiz-builder-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ebukaodini%2Fquiz-builder-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31503394,"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":["bootstrap","expressjs","javascript","mongodb","mongoose","nodejs","react","scss","styled-components","typescript"],"created_at":"2024-12-13T18:17:04.359Z","updated_at":"2026-04-07T07:03:31.051Z","avatar_url":"https://github.com/ebukaodini.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QUIZ BUILDER APP\nA simple quiz builder\n\n## Server\n\n#### Setup\nTo setup the server, enter the client directory.\n```bash\n$ cd server\n```\nCreate a `.env` file and copy the code below into the file.\n\n```.env\nPORT=5000\nTOKEN_SECRET=\u003cgenerated-token-secret\u003e\n\nMONGODB_CONNECTION_URL=\u003cmongodb-connection-url\u003e\nMONGODB_CONNECTION_URL_TEST=\u003cmongodb-connection-test-url\u003e\n```\nCreate a MongoDB Cluster and add replace `\u003cmongodb-connection-url\u003e` \u0026 `\u003cmongodb-connection-test-url\u003e` with the actual connection url. Make sure the database name is included in the url.\n\nTo generate the TOKEN_SECRET, run the following commands below\n```bash\n$ node -i\n```\nthen\n```bash\n\u003e require('crypto').randomBytes(32).toString('hex')\n```\n\nReplace \u003cgenerated-token-secret\u003e with the hexa-decimal output from the command above.\n\n\n#### Test\n```bash\n$ npm test\n$ npm run test:file \u003cpath-to-test-file\u003e\n```\n\n\n#### Run\n```bash\n$ npm start\n$ npm run start:dev\n```\n\n\n#### API Documentation\n[https://documenter.getpostman.com/view/6884204/UzR1LNRU](https://documenter.getpostman.com/view/6884204/UzR1LNRU)\n\n\n\n## Client\n\n### Setup\nTo setup the client, enter the client directory.\n```bash\n$ cd client\n```\n\nCreate a `.env` file and copy the code below into the file.\n```.env\nREACT_APP_APPID=\u003cgenerated-token-secret\u003e\nREACT_APP_DOMAIN=http://localhost:3000\nREACT_APP_API_DOMAIN=http://localhost:5000\n```\n\nTo generate the REACT_APP_APPID, run the following commands below\n```bash\n$ node -i\n```\nthen\n```bash\n\u003e require('crypto').randomBytes(32).toString('hex')\n```\n\n\n### Run\n```bash\n$ npm start\n```\nOpen [http://localhost:3000](http://localhost:3000) to view it in the browser.\n\n### Build\n```bash\n$ npm run build\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febukaodini%2Fquiz-builder-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Febukaodini%2Fquiz-builder-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Febukaodini%2Fquiz-builder-app/lists"}