{"id":20604015,"url":"https://github.com/szykol/quizmous","last_synced_at":"2026-03-07T02:32:39.068Z","repository":{"id":116468792,"uuid":"250066267","full_name":"szykol/quizmous","owner":"szykol","description":"Anonymous Quiz web app","archived":false,"fork":false,"pushed_at":"2023-01-11T04:02:30.000Z","size":456,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-26T09:37:07.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/szykol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-25T19:02:09.000Z","updated_at":"2024-04-02T17:35:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"e76c159b-d3c7-455a-8eb5-e0e1117f77ea","html_url":"https://github.com/szykol/quizmous","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/szykol/quizmous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szykol%2Fquizmous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szykol%2Fquizmous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szykol%2Fquizmous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szykol%2Fquizmous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/szykol","download_url":"https://codeload.github.com/szykol/quizmous/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/szykol%2Fquizmous/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-16T09:20:01.412Z","updated_at":"2026-03-07T02:32:39.043Z","avatar_url":"https://github.com/szykol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quizmous\n\nAnonymous Quiz React app\n\nThis project uses [Quizmous-API](https://www.github.com/szykol/quizmous-api) for backend-database communication.\n\nGeneral API code documentation can be found [here](https://szykol.github.io/quizmous-api/).\n\n## Prerequisties\n\nYou need to have docker and docker-compose installed on your system\n\nGet api submodule\n\n```\ngit submodule update --init --recursive\n```\n\n## Quick start\n\n```\ndocker-compose up -d\n```\n\nWhich builds and spawns API, Postgres and React app in their own containers.\n\n## Launch the app in browser\n\nOpen up the browser and type localhost:3000\n\n## Env variables\n\nYou can also launch docker-compose with bunch of env variables set:\n\n### Attach quizmous_api without starting API\n\n```\n# this launches detached react app and quizmous_api container without starting up the API\nAPI_TTY=\"true\" API_ENTRYPOINT=\"/bin/bash\" docker-compose up\n\n# then you can attach to quizmous_api and launch API manually or connect to postgres\ndocker attach quizmous_api\n\n# on container\n./run.py # launches API\npsql     # connects to Postgres container\n```\n\n### Attach to bash in react container\n\n```\nREACT_ENTRYPOINT=\"/bin/bash\" REACT_TTY=true REACT_COMMAND=\"\" docker-compose up -d\n\n# then you can attach to react container and launch app manually\ndocker attach react\n# on container\nnpm start # launches the app\n```\n\n### Launch react tests\n\n```\n# that launches tests\nREACT_COMMAND=\"npm test\" docker-compose up react\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszykol%2Fquizmous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszykol%2Fquizmous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszykol%2Fquizmous/lists"}