Skip to content

alcalyn/poker-planning

Repository files navigation

Poker Planning

An experimental Poker Planning real-time application.

Realized with Sandstone, PHP and websockets.

If you want to learn how to build real-time application with PHP, websockets and push notifications, this project is a tutorial from this article:

Creating a poker planning application with PHP and websockets

Are you sure that PHP is not able to use websockets, send push notifications, and make a real-time application ?

Install

git clone git@github.com:alcalyn/poker-planning.git
cd poker-planning/

make

Note: Sometimes you'll need to do either a chown -R {your_user}:{your_group} . or a chmod -R 777 var/* to make it work.

Usage

Access the front application at: http://0.0.0.0:8580/

And RestApi application:

You can use the Postman collection to run some predefined API requests calls (you can call every request once, ordered by the first to the last, to fill your database).

You can create or join a team, wait for your teammates to join, then vote.

Votes are revealed once all users voted.

License

This library is under MIT License.

About

Another real-time Poker planning application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published