{"id":21010030,"url":"https://github.com/deliciousinsights/toptunez","last_synced_at":"2025-10-30T00:47:08.741Z","repository":{"id":45581760,"uuid":"152427831","full_name":"deliciousinsights/toptunez","owner":"deliciousinsights","description":"Appli fil rouge de support pour la formation Node.js v2018 de Delicious Insights","archived":false,"fork":false,"pushed_at":"2024-01-11T02:12:10.000Z","size":604,"stargazers_count":4,"open_issues_count":4,"forks_count":2,"subscribers_count":1,"default_branch":"formation","last_synced_at":"2025-05-15T02:37:13.076Z","etag":null,"topics":["api","cors","formation","graphql","javascript","jwt","node","nodejs","qrcode","rate-limiting","rest","restify","totp","training","training-materials"],"latest_commit_sha":null,"homepage":"https://delicious-insights.com/fr/formations/node-js/","language":null,"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/deliciousinsights.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2018-10-10T13:25:52.000Z","updated_at":"2024-03-13T12:25:31.000Z","dependencies_parsed_at":"2025-05-15T02:44:15.495Z","dependency_job_id":null,"html_url":"https://github.com/deliciousinsights/toptunez","commit_stats":null,"previous_names":[],"tags_count":85,"template":false,"template_full_name":null,"purl":"pkg:github/deliciousinsights/toptunez","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciousinsights%2Ftoptunez","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciousinsights%2Ftoptunez/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciousinsights%2Ftoptunez/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciousinsights%2Ftoptunez/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deliciousinsights","download_url":"https://codeload.github.com/deliciousinsights/toptunez/tar.gz/refs/heads/formation","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deliciousinsights%2Ftoptunez/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267436752,"owners_count":24086898,"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-07-27T02:00:11.917Z","response_time":82,"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":["api","cors","formation","graphql","javascript","jwt","node","nodejs","qrcode","rate-limiting","rest","restify","totp","training","training-materials"],"created_at":"2024-11-19T09:18:58.222Z","updated_at":"2025-10-30T00:47:03.691Z","avatar_url":"https://github.com/deliciousinsights.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# TopTunez : appli fil rouge pour la formation Node.js de Delicious Insights\n\n[Voir les détails de la formation](https://delicious-insights.com/fr/formations/node-js/)\n\n[Voir le code annoté](https://deliciousinsights.github.io/toptunez/)\n\n## Mise en place\n\n```bash\ngit clone https://github.com/deliciousinsights/toptunez\ncd toptunez\nnpm install\n```\n\n## Branches et tags\n\n- La branche par défaut, `formation`, démarre sur le premier commit de l’historique, le socle initial.\n- La branche `master` comprend tous les commits du déroulé, chacun étant multi-tagué. On peut donc revoir l’appli se construire en examinant l’historique commit par commit (aucun commit superflu).\n\n## Générer des secrets pour l’environnement\n\nCertaines fonctionnalités (JWT, Mongoose PII…) nécessitent le renseignement de clés 128-bit, dans le `.env` pour le dev et les tests, ou dans les configurations d’hébergement pour le déploiement.\n\nUn moyen simple de générer ces clés est la ligne de commande suivante :\n\n```bash\n# Pour obtenir de l’hexa\nnode -pe \"crypto.randomBytes(16).toString('hex')\"\n# Pour obtenir du Base64, plus « aléatoire » d’aspect :-)\nnode -pe \"crypto.randomBytes(24).toString('base64')\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliciousinsights%2Ftoptunez","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeliciousinsights%2Ftoptunez","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeliciousinsights%2Ftoptunez/lists"}