ModPhoenix / poker-planning

PokerPlanning.org is an open-source tool for easy online estimation in story points.

Home Page:https://pokerplanning.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PokerPlanning.org πŸƒ

The main mission of this project is to make online planning poker super easy and enjoyable πŸ₯°. And also free to use for people from all over the world 🌍🌎🌏!

Mono repository for scrum poker tool PokerPlanning.org

Fancy technologies 🌈

  • Server πŸš€
    • Rust πŸ¦€
    • async-graphql 😱
  • Client πŸ¦„
    • TypeScript 😻
    • React βš›οΈ
    • apollo-client 🀌
    • material-ui 😎

Getting Started πŸ› 

Setup environment

git clone https://github.com/ModPhoenix/poker-planning.git
cd poker-planning

cargo install cargo-watch

Run dev server

cd server
cargo watch -x run

Run web app

cd client
cp .env.local.example .env.local
npm i
npm run dev

Digitalocean CLI

doctl auth init
doctl apps create --spec spec.yaml
doctl apps list
doctl apps update APP-ID --spec=spec.yaml

About

PokerPlanning.org is an open-source tool for easy online estimation in story points.

https://pokerplanning.org/

License:MIT License


Languages

Language:TypeScript 76.4%Language:Rust 16.8%Language:JavaScript 3.6%Language:HTML 2.4%Language:Dockerfile 0.8%