{"id":20164283,"url":"https://github.com/cyril-develop/groupomania","last_synced_at":"2026-04-08T11:31:28.481Z","repository":{"id":62177558,"uuid":"553512921","full_name":"Cyril-Develop/Groupomania","owner":"Cyril-Develop","description":"Formation \"Développeur web\" - OpenClassrooms, projet 7 : Créez un réseau social d’entreprise..","archived":false,"fork":false,"pushed_at":"2024-03-26T10:05:27.000Z","size":17435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T14:27:52.796Z","etag":null,"topics":["express","fullstack","groupomania","mysql","mysql-database","node","node-js","nodejs-server","openclassrooms","p7","projet7","react","react-native","react-router"],"latest_commit_sha":null,"homepage":"https://cyril-develop.fr/groupomania","language":"JavaScript","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/Cyril-Develop.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-10-18T10:30:19.000Z","updated_at":"2024-03-26T10:05:02.000Z","dependencies_parsed_at":"2024-11-14T00:33:56.696Z","dependency_job_id":"926db976-dba6-43ad-9def-45ebf04d964f","html_url":"https://github.com/Cyril-Develop/Groupomania","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Cyril-Develop/Groupomania","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyril-Develop%2FGroupomania","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyril-Develop%2FGroupomania/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyril-Develop%2FGroupomania/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyril-Develop%2FGroupomania/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cyril-Develop","download_url":"https://codeload.github.com/Cyril-Develop/Groupomania/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cyril-Develop%2FGroupomania/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31553998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"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":["express","fullstack","groupomania","mysql","mysql-database","node","node-js","nodejs-server","openclassrooms","p7","projet7","react","react-native","react-router"],"created_at":"2024-11-14T00:33:52.128Z","updated_at":"2026-04-08T11:31:28.450Z","avatar_url":"https://github.com/Cyril-Develop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![formation](./images/OpenClassRooms.png)\n\n# Formation développeur web\n\n## 📎 Projet 7 : Groupomania - Créez un réseau social d’entreprise.\n\n\n![Alt text](images/screenshot2.jpg)\n![Alt text](images/screenshot1.jpg)\n\n\n## Technologies :\n\n### Back :\n- Node.js\n- Express\n- mySQL\n\n### Front : \n- React\n- Sass\n\n![GitHub repo size](https://img.shields.io/github/repo-size/Cyril-Develop/Groupomania?style=for-the-badge)\n\n## Documentation API :\n\n```\nhttps://documenter.getpostman.com/view/23155868/2s8YszNVNi\n```\n\n## Installation :\n\nInstaller les dépendances dans chacuns des deux dossiers avec la commande `npm install`\n\n\n### Frontend : \n\nA la racine du dossier front :\\\ncréer un fichier `.env`\n```\nREACT_APP_BASE_URL = 'http://localhost:8080'\n```\nDémarrer ensuite le serveur avec la commande `npm start`\n\n### Backend :\n\nA la racine du dossier back :\\\ncréer un dossier `articleImages` à la racine du dossier `images`,\\\ncréer un fichier `.env` en précisant une valeur pour chaque variable comme suit :\n```\nDB_HOST = '\u003cNom de domaine\u003e'\nDB_NAME = '\u003cNom base de donnée\u003e'\nDB_USER = '\u003cNom d'utilisateur base de donnée\u003e'\nDB_PASSWORD = '\u003cMot de passe base de donnée\u003e'\n\nPASSWORD_JWT = '0de67732-b0ff-4101-9ce0-57e9be97cbb6'\nPASSWORD_CRYPTOJS = '9fnXMWP89bDqDW2Z633*-~Jm982nLdzS^tk3^\u0026f|Z2H6]a#g]7^Q4~gL\u0026XtG8\u003c#qQz8'\n```\nDémarrer ensuite le serveur avec la commande `node server` ou `nodemon server` si ce paquet est installé sur votre machine\n\n## Tester le projet :\n\n```terminal\ngit clone https://github.com/Cyril-Develop/Groupomania.git\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyril-develop%2Fgroupomania","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyril-develop%2Fgroupomania","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyril-develop%2Fgroupomania/lists"}