{"id":21649514,"url":"https://github.com/rouchdane03/guess_logic_number","last_synced_at":"2026-04-10T02:51:22.256Z","repository":{"id":263873462,"uuid":"891649982","full_name":"Rouchdane03/guess_logic_number","owner":"Rouchdane03","description":"This is a little logic game which goal's is to guess the right number in a grid. Also, you can give your opinion about it after finding that number.","archived":false,"fork":false,"pushed_at":"2024-11-27T23:27:49.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T02:39:38.324Z","etag":null,"topics":["api-rest","aws","cd","ci","devops","github-actions","integration-testing","java-17-maven-spring-boot-hibernate-jpa","spring-boot","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Rouchdane03.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-11-20T17:53:13.000Z","updated_at":"2024-11-27T23:27:53.000Z","dependencies_parsed_at":"2024-11-20T19:21:16.631Z","dependency_job_id":"0796f1d9-1779-4772-80f0-0b58784c8aba","html_url":"https://github.com/Rouchdane03/guess_logic_number","commit_stats":null,"previous_names":["rouchdane03/guess_random_number","rouchdane03/guess_logic_number"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Rouchdane03/guess_logic_number","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rouchdane03%2Fguess_logic_number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rouchdane03%2Fguess_logic_number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rouchdane03%2Fguess_logic_number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rouchdane03%2Fguess_logic_number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rouchdane03","download_url":"https://codeload.github.com/Rouchdane03/guess_logic_number/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rouchdane03%2Fguess_logic_number/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273271763,"owners_count":25075968,"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-09-02T02:00:09.530Z","response_time":77,"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-rest","aws","cd","ci","devops","github-actions","integration-testing","java-17-maven-spring-boot-hibernate-jpa","spring-boot","unit-testing"],"created_at":"2024-11-25T07:31:47.325Z","updated_at":"2025-10-30T09:10:25.113Z","avatar_url":"https://github.com/Rouchdane03.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Guess Logic Number\n\n**Guess Logic Number** est un projet de jeu interactif où les joueurs doivent deviner un numéro à travers une logique spécifique. Le projet utilise Java 17, Spring Boot et Hibernate pour créer une application web robuste et performante.\n\n## Fonctionnalités\n\n- **Jeu de devinette** : Les utilisateurs doivent trouver le numéro logique caché.\n- **Collecte de feedback** : Une fois le jeu terminé, les utilisateurs peuvent donner leur avis sur l'expérience.\n- **API REST** : Fournit des endpoints pour interagir avec l'application via un frontend ou des outils tiers.\n- **Gestion des données** : Persistance des informations grâce à Hibernate JPA.\n- **CI/CD** : Déploiement continu grâce à GitHub Actions.\n\n## Prérequis\n\n- Java 17\n- Maven\n- Docker (pour le déploiement sur des environnements Docker)\n\n## Installation\n\n1. Clonez le dépôt :\n\n   ```bash\n   git clone https://github.com/Rouchdane03/guess_logic_number.git\n   ```\n\n2. Accédez au répertoire du projet :\n\n   ```bash\n   cd guess_logic_number\n   ```\n\n3. Installez les dépendances et compilez le projet :\n\n   ```bash\n   mvn clean install\n   ```\n\n4. Lancez l'application :\n\n   ```bash\n   mvn spring-boot:run\n   ```\n\n5. Ouvrez votre navigateur à l'adresse suivante :\n\n   ```\n   http://localhost:8081\n   ```\n\n## Tests\n\nPour exécuter les tests unitaires et d’intégration :\n\n```bash\nmvn test\n```\n\n## Déploiement\n\n1. Construisez l'image Docker :\n\n   ```bash\n   docker build -t guess_logic_number .\n   ```\n\n2. Lancez le conteneur :\n\n   ```bash\n   docker-compose up\n   ```\n\n3. L’application sera accessible sur le port configuré (par défaut : `8081`).\n\n## Auteur\n\n- **Rouchdane03**\n\nSi vous avez des questions ou des suggestions, n’hésitez pas à ouvrir une issue sur le dépôt GitHub.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouchdane03%2Fguess_logic_number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frouchdane03%2Fguess_logic_number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frouchdane03%2Fguess_logic_number/lists"}