{"id":22812674,"url":"https://github.com/jis3r/planning-poker","last_synced_at":"2025-04-22T16:21:59.214Z","repository":{"id":37405256,"uuid":"339805740","full_name":"jis3r/planning-poker","owner":"jis3r","description":"A simple web-based planning poker application.","archived":false,"fork":false,"pushed_at":"2022-06-21T07:45:04.000Z","size":6297,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-29T16:41:30.481Z","etag":null,"topics":["online-service","planning-poker","scrum-meetings","scrum-poker","tool","web-application","websocket"],"latest_commit_sha":null,"homepage":"https://planning-poker-live.onrender.com/","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jis3r.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}},"created_at":"2021-02-17T17:40:56.000Z","updated_at":"2024-12-10T05:40:02.000Z","dependencies_parsed_at":"2022-08-18T06:42:27.703Z","dependency_job_id":null,"html_url":"https://github.com/jis3r/planning-poker","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jis3r%2Fplanning-poker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jis3r%2Fplanning-poker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jis3r%2Fplanning-poker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jis3r%2Fplanning-poker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jis3r","download_url":"https://codeload.github.com/jis3r/planning-poker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250275608,"owners_count":21403696,"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":["online-service","planning-poker","scrum-meetings","scrum-poker","tool","web-application","websocket"],"created_at":"2024-12-12T12:13:27.006Z","updated_at":"2025-04-22T16:21:59.181Z","avatar_url":"https://github.com/jis3r.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# [Planning Poker](https://planning-poker-live.onrender.com)\nA simple web-based planning poker application.\n\nGo to https://planning-poker-live.onrender.com if you want to take a look at the application or use it directly.\n\n# Getting started\n\nTo get the sourcecode you can either clone it via `git clone https://github.com/jis3r/planning-poker.git` or [download it as a zip](https://github.com/jis3r/planning-poker/archive/refs/heads/master.zip).\n\n## Backend\n\nStart the project locally by navigating inside the project-folder and installing all dependencies with\n```bash\nnpm install\n```\nThen you can start the backend in the same directory by using\n```bash\nnpm run dev\n```\nThe server now runs on your http://localhost:3000. You can change the port in the `server.js` file.\n```javascript\nconst PORT = process.env.PORT || 3000;\n```\n\n## Frontend\n\nStart the frontend by going to the `frontend` directory inside your project folder. Then load all dependencies with\n```bash\nnpm install\n```\n\nYou can start a development server on http://localhost:5000 with \n```bash\nnpm run dev\n```\nNotice that this project-instance won't be connected with the backend. This is no problem as you don't need it seperatly hosted to use the app on port 3000.\n\nTo create an optimized version of the project, run \n```bash\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjis3r%2Fplanning-poker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjis3r%2Fplanning-poker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjis3r%2Fplanning-poker/lists"}