Skip to content

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

License

Notifications You must be signed in to change notification settings

jandegen/poker-planning

 
 

Repository files navigation

PokerPlanning.org Fork🃏

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

This repository is maintained private and online synced to GitHub.

Fancy technologies 🌈

  • Server 🚀
    • Rust 🦀
    • async-graphql 😱
  • Client 🦄
    • TypeScript 😻
    • React ⚛️
    • apollo-client 🤌
    • material-ui 😎

Getting Started 🛠

Setup environment

git clone https://github.com/jandegen/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 start

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 72.3%
  • Rust 19.3%
  • JavaScript 4.8%
  • HTML 2.0%
  • Dockerfile 1.6%