{"id":19044578,"url":"https://github.com/brakmic/slot-machine-game","last_synced_at":"2026-04-11T11:34:03.773Z","repository":{"id":190231733,"uuid":"670192828","full_name":"brakmic/Slot-Machine-Game","owner":"brakmic","description":"A simple slot machine game based on NestJS and Angular","archived":false,"fork":false,"pushed_at":"2025-03-26T18:48:34.000Z","size":2426,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T11:10:36.626Z","etag":null,"topics":["angular","clean-architecture","cqrs","hexagonal-architecture","javascript","nestjs","nodejs","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/brakmic.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,"governance":null}},"created_at":"2023-07-24T13:49:34.000Z","updated_at":"2025-03-26T18:48:39.000Z","dependencies_parsed_at":"2023-08-23T19:13:03.303Z","dependency_job_id":null,"html_url":"https://github.com/brakmic/Slot-Machine-Game","commit_stats":null,"previous_names":["brakmic/slot-machine-game"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brakmic/Slot-Machine-Game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FSlot-Machine-Game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FSlot-Machine-Game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FSlot-Machine-Game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FSlot-Machine-Game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brakmic","download_url":"https://codeload.github.com/brakmic/Slot-Machine-Game/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FSlot-Machine-Game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31679478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: 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":["angular","clean-architecture","cqrs","hexagonal-architecture","javascript","nestjs","nodejs","typescript"],"created_at":"2024-11-08T22:46:46.225Z","updated_at":"2026-04-11T11:34:03.756Z","avatar_url":"https://github.com/brakmic.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Spin-Win\n\nRead more about the project [here](./spin-win/ARCHITECTURE.md).\n\nUse scripts defined in [package.json](./spin-win/package.json) to run the apps.\n\n### Preparations\n\n```shell\ncd spin-win\npnpm install\n```\n\n## Why PNPM?\n\nIn this project, we've chosen to use `pnpm` over `npm` for several reasons. `pnpm` is an alternative package manager for Node.js that is designed to provide faster, more efficient package installation. Unlike `npm`, `pnpm` creates a non-duplicated storage of all package files, which results in less disk space usage and faster installation times. Moreover, `pnpm` maintains strict linkage of packages which can avoid certain classes of bugs that are present in `npm` or `yarn`. This enhanced performance and stricter package control make `pnpm` an optimal choice for our project.\n\n### Run NestJS API\n\n```shell\npnpm start:slot-machine-api\n```\n\n## Run Angular Client\n\n```shell\npnpm start::slot-machine\n```\n\n### Debug in VSCode\n\nIn your local `launch.json` create a new entry like this:\n\n```json\n{\n  \"cwd\": \"${workspaceFolder}/spin-win/apps/slot-machine-api\",\n  \"type\": \"node\",\n  \"request\": \"launch\",\n  \"name\": \"API\",\n  \"skipFiles\": [\n    \"\u003cnode_internals\u003e/**\"\n  ],\n  \"runtimeExecutable\": \"pnpm\",\n  \"runtimeArgs\": [\n    \"watch:debug\"\n  ],\n  \"outFiles\": [\n    \"${workspaceFolder}/spin-win/dist/apps/slot-machine-api/**/*.js\"\n  ],\n  \"outputCapture\": \"std\",\n  \"console\": \"integratedTerminal\"\n}\n```\n\n### Swagger UI\n\nhttp://localhost:3000/api-docs\n\n![swagger_ui](./swagger_ui.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fslot-machine-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrakmic%2Fslot-machine-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fslot-machine-game/lists"}