{"id":24775708,"url":"https://github.com/inseefr/queen","last_synced_at":"2025-10-12T00:31:30.276Z","repository":{"id":38991066,"uuid":"247906726","full_name":"InseeFr/Queen","owner":"InseeFr","description":"Web application for the management of questionnaires powered by Lunatic","archived":true,"fork":false,"pushed_at":"2023-06-30T13:24:41.000Z","size":6594,"stargazers_count":3,"open_issues_count":35,"forks_count":11,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-02T10:23:19.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/InseeFr.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}},"created_at":"2020-03-17T07:34:08.000Z","updated_at":"2024-08-13T10:32:18.000Z","dependencies_parsed_at":"2023-02-16T20:16:04.790Z","dependency_job_id":null,"html_url":"https://github.com/InseeFr/Queen","commit_stats":null,"previous_names":[],"tags_count":94,"template":false,"template_full_name":null,"purl":"pkg:github/InseeFr/Queen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InseeFr","download_url":"https://codeload.github.com/InseeFr/Queen/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InseeFr%2FQueen/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279009509,"owners_count":26084609,"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","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":"2025-01-29T06:55:23.381Z","updated_at":"2025-10-12T00:31:29.382Z","avatar_url":"https://github.com/InseeFr.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Queen\n\nWeb application for the management of questionnaires powered by Lunatic (https://github.com/InseeFr/Lunatic)\n\n![Build](https://github.com/InseeFr/Queen/actions/workflows/release.yml/badge.svg)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=InseeFr_Queen\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=InseeFr_Queen)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=InseeFr_Queen\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=InseeFr_Queen)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n\nA demo of this application can be found by the following [this link](https://queen.dev.insee.io/queen/questionnaire/simpsons2020x00/survey-unit/11).\n\n## Quick start :\n\nYou can choose your configuration in the configuration.json file.\nThere are three environments variables :\n\n| Variable           | Value                                                                           | Default                       |\n| ------------------ | ------------------------------------------------------------------------------- | ----------------------------- |\n| QUEEN_URL          | Final URL of the Queen application                                              | http://localhost:5000         |\n| QUEEN_API_URL      | URL of the [back-office of Queen](https://github.com/InseeFr/Queen-Back-Office) | https://queen-bo.dev.insee.io |\n| authenticationType | The mode of authentication: 'NONE' or 'OIDC'                                    | NONE                          |\n\n### With node :\n\nFor node : default values of the configuration are defined in [configuration.json](public/configuration.json) file.\n\n- `yarn`\n- `yarn start`\n- Queen will be available to http://localhost:5000\n  (Go to http://localhost:5000/queen/questionnaire/simpsons2020x00/survey-unit/11 to see a example)\n\n### With docker :\n\n- `docker run -p 5000:80 -t inseefr/queen`\n- Queen will be available to http://localhost:5000\n  (Go to http://localhost:5000/queen/questionnaire/simpsons2020x00/survey-unit/11 to see a example)\n\nFor docker : default values of the configuration are defined in [.env](.env) file.\n\nTo override environments variables you can do :\n\n- `docker run -p 80:80 -e QUEEN_URL=http://override.value.com -e QUEEN_API_URL=... -e authenticationType=... -t inseefr/queen`\n\n### As Web Component (micro-frontend)\n\nIf Queen is deployed at `http://localhost:5000`, just add this line to your `index.html` to load Queen :\n\n```html\n\u003cscript src=\"http://localhost:5000/entry.js\"\u003e\u003c/script\u003e\n```\n\nAnd to use Queen, add the `queen-app` tag :\n\n```html\n\u003cqueen-app\u003e\u003c/queen-app\u003e\n```\n\n## Full documentation\n\nThe documentation can be found in the [docs](https://github.com/InseeFr/Queen/tree/master/docs) folder and browsed [online](https://inseefr.github.io/Queen).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefr%2Fqueen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finseefr%2Fqueen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finseefr%2Fqueen/lists"}