poker-planning
poker-planning copied to clipboard
PokerPlanning.org is an open-source tool for easy online estimation in story points.
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