{"id":25629816,"url":"https://github.com/spokvulcan/poker-planning","last_synced_at":"2026-06-10T15:30:17.875Z","repository":{"id":40268189,"uuid":"410126981","full_name":"INQTR/poker-planning","owner":"INQTR","description":"PokerPlanning.org is perfect for Agile workflows, our tool makes consensus-based estimation simple, fun, and effective.","archived":false,"fork":false,"pushed_at":"2025-01-31T23:04:57.000Z","size":3300,"stargazers_count":78,"open_issues_count":7,"forks_count":22,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-01T00:18:13.033Z","etag":null,"topics":["agile","estimation","planning-poker","poker-planning","scrum","scrum-poker","stories"],"latest_commit_sha":null,"homepage":"https://pokerplanning.org/","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/INQTR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2021-09-24T23:27:31.000Z","updated_at":"2025-01-31T23:05:00.000Z","dependencies_parsed_at":"2025-01-13T11:44:27.911Z","dependency_job_id":"3488b8dc-193f-441a-b3a6-688d166c54ee","html_url":"https://github.com/INQTR/poker-planning","commit_stats":null,"previous_names":["inqtr/poker-planning"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INQTR%2Fpoker-planning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INQTR%2Fpoker-planning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INQTR%2Fpoker-planning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/INQTR%2Fpoker-planning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/INQTR","download_url":"https://codeload.github.com/INQTR/poker-planning/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240222498,"owners_count":19767467,"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","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":["agile","estimation","planning-poker","poker-planning","scrum","scrum-poker","stories"],"created_at":"2025-02-22T19:17:42.886Z","updated_at":"2026-06-10T15:30:17.781Z","avatar_url":"https://github.com/INQTR.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# PokerPlanning.org\n\nPokerPlanning.org is an open-source, user-friendly online planning poker tool designed to enhance Scrum team collaboration and improve estimation accuracy. Our mission is to provide a free, accessible, and enjoyable planning poker experience for teams worldwide 🌍🌎🌏!\n\n![PokerPlanning.org Room demo](client/public/poker-planning-demo.png \"Room Screen\")\n\n## Features 🚀\n\n- Free to use\n- Real-time collaboration\n- Intuitive user interface\n- Instant results visualization\n- Customizable estimation scales (WIP)\n\n# TODO\n\n- [ ] Customizable estimation scales\n- [ ] Spectator mode\n\n## Technology Stack 🛠️\n\n### Server-side\n\n- Rust 🦀\n- async-graphql 🚀\n\n### Client-side\n\n- TypeScript 🦺\n- React ⚛️\n- Apollo Client 📡\n- shadcn/ui 😮‍💨\n\n## Getting Started 🏁\n\n### Prerequisites\n\n- Git\n- Rust\n- Node.js and npm\n\n### Setup\n\n1. Clone the repository:\n\n   ```sh\n   git clone https://github.com/INQTR/poker-planning.git\n   cd poker-planning\n   ```\n\n2. Install cargo-watch (for development):\n   ```sh\n   cargo install cargo-watch\n   ```\n\n### Running the Server\n\n1. Navigate to the server directory:\n\n   ```sh\n   cd server\n   ```\n\n2. Start the development server:\n   ```sh\n   cargo watch -x run\n   ```\n\n### Running the Web App\n\n1. Navigate to the client directory:\n\n   ```sh\n   cd client\n   ```\n\n2. Copy the example environment file:\n\n   ```sh\n   cp .env.local.example .env.local\n   ```\n\n3. Install dependencies:\n\n   ```sh\n   npm install\n   ```\n\n4. Start the development server:\n\n   ```sh\n   npm run dev\n   ```\n\n## Running Tests 🧪\n\nThis project uses Vitest for unit and integration tests, and Playwright for end-to-end tests.\n\n### Unit and Integration Tests\n\nTo run unit and integration tests:\n\n```sh\nnpm t\n```\n\n### End-to-End Tests\n\nTo run end-to-end tests:\n\n```sh\nnpm run test:e2e\n```\n\nTo run end-to-end tests with UI:\n\n```sh\nnpm run test:e2e:ui\n```\n\n## Deployment\n\nThis project can be deployed using DigitalOcean App Platform. Use the following commands with the DigitalOcean CLI:\n\n```sh\ndoctl auth init\ndoctl apps create --spec spec.yaml\ndoctl apps list\ndoctl apps update APP-ID --spec=spec.yaml\n```\n\n## Contributing 🤝\n\nWe welcome contributions! Please feel free to submit a Pull Request.\n\n## License 📜\n\nThis project is open source and available under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspokvulcan%2Fpoker-planning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspokvulcan%2Fpoker-planning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspokvulcan%2Fpoker-planning/lists"}