Skip to content

ModPhoenix/poker-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published