{"id":23477654,"url":"https://github.com/devpaulpops/node-sb-01","last_synced_at":"2025-12-30T20:01:46.840Z","repository":{"id":268301749,"uuid":"902409619","full_name":"DevPaulPOps/Node-sb-01","owner":"DevPaulPOps","description":"Application full-stack moderne démontrant l'intégration de Node.js, Angular, Docker et Kubernetes avec pipeline CI/CD 🚀","archived":false,"fork":false,"pushed_at":"2024-12-15T21:51:56.000Z","size":144,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T16:11:42.053Z","etag":null,"topics":["angular","ci-cd","devops","docker","express","helm","kubernetes","microservice","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/DevPaulPOps.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":"2024-12-12T14:09:36.000Z","updated_at":"2024-12-15T21:52:01.000Z","dependencies_parsed_at":"2024-12-15T22:28:06.978Z","dependency_job_id":"d653e57c-9317-4d0a-80e0-85fd31783759","html_url":"https://github.com/DevPaulPOps/Node-sb-01","commit_stats":null,"previous_names":["devpaulpops/node-sb-01"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DevPaulPOps/Node-sb-01","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevPaulPOps%2FNode-sb-01","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevPaulPOps%2FNode-sb-01/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevPaulPOps%2FNode-sb-01/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevPaulPOps%2FNode-sb-01/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevPaulPOps","download_url":"https://codeload.github.com/DevPaulPOps/Node-sb-01/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevPaulPOps%2FNode-sb-01/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28131606,"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-12-30T02:00:05.476Z","response_time":64,"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":["angular","ci-cd","devops","docker","express","helm","kubernetes","microservice","mongodb","nodejs"],"created_at":"2024-12-24T18:28:00.075Z","updated_at":"2025-12-30T20:01:46.803Z","avatar_url":"https://github.com/DevPaulPOps.png","language":"HTML","readme":"# Node-sb-01 🚀\n\nUne application full-stack moderne afin de faire ses premiers pas avec les technologies cloud.\n\n## 🌟 Caractéristiques\n\n- **Architecture Full-Stack**\n\n  - Backend: Node.js + Express.js\n  - Frontend: Angular\n  - Base de données: MongoDB\n\n- **Conteneurisation \u0026 Orchestration**\n\n  - Conteneurs Docker pour chaque composant\n  - Configuration Kubernetes complète\n  - Déploiement automatisé via GitHub Actions\n\n- **DevOps \u0026 Infrastructure**\n  - Pipeline CI/CD vers serveur Fedora\n  - Architecture microservices\n  - Configuration Ingress pour le routage\n\n## 🛠️ Stack Technique\n\n- **Backend**: Node.js, Express.js\n- **Frontend**: Angular\n- **Database**: MongoDB\n- **DevOps**: Docker, Kubernetes, GitHub Actions\n- **Outils**: Makefile, Shell Scripts\n\n## 🏗️ Architecture\n\n```sh\n.\n├── backend/          # Service Node.js\n├── frontend/         # Application Angular\n├── database/         # Configuration MongoDB\n├── kubernetes/       # Manifestes K8s\n│   ├── backend/\n│   ├── frontend/\n│   ├── database/\n│   └── ingress/\n└── docker-compose.yml\n```\n\n## 🚀 Installation\n\n1. **Cloner le repository**\n\n   ```bash\n   git clone git@github.com:DevPaulPOps/Node-sb-01.git\n   cd Node-sb-01\n   ```\n\n2. **Configuration**\n\n   ```bash\n   cp config.json.template config.json\n   # Éditer config.json avec vos paramètres\n   ```\n\n3. **Démarrage avec Docker**\n\n   ```bash\n   docker-compose up -d\n   ```\n\n4. **Déploiement Kubernetes**\n\n   ```bash\n   cd kubernetes\n   kubectl apply -f ingress/ingress.yaml\n   helm install backend ./backend/backend-deployment\n   helm install frontend ./frontend/frontend-deployment\n   helm install database ./database/database-deployment\n   ```\n\n## 📚 Documentation API\n\n### Routes Backend\n\n- `GET /backend/firstName`: Récupère le prénom de l'utilisateur\n- `PUT /backend/firstName`: Met à jour le prénom de l'utilisateur\n\n## 🛡️ Sécurité\n\n- Gestion des CORS configurables\n- Utilisation de cookies pour l'identification\n- Configuration sécurisée via variables d'environnement\n\n## 🤝 Contribution\n\nLes contributions sont les bienvenues ! N'hésitez pas à :\n\n1. Fork le projet\n2. Créer une branche (`git checkout -b feature/amazing-feature`)\n3. Commit vos changements (`git commit -m 'feat: Add amazing feature'`)\n4. Push sur la branche (`git push origin feature/amazing-feature`)\n5. Ouvrir une Pull Request\n\n---\n\n_Ce projet a été développé pour explorer et démontrer l'intégration de technologies cloud-native modernes._\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpaulpops%2Fnode-sb-01","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpaulpops%2Fnode-sb-01","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpaulpops%2Fnode-sb-01/lists"}