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.
- Server 🚀
- Rust 🦀
- async-graphql 😱
- Client 🦄
- TypeScript 😻
- React ⚛️
- apollo-client 🤌
- material-ui 😎
git clone https://github.com/jandegen/poker-planning.git
cd poker-planning
cargo install cargo-watch
cd server
cargo watch -x run
cd client
cp .env.local.example .env.local
npm i
npm start
doctl auth init
doctl apps create --spec spec.yaml
doctl apps list
doctl apps update APP-ID --spec=spec.yaml