An open API service indexing awesome lists of open source software.

https://github.com/kanevk/re-poker


https://github.com/kanevk/re-poker

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

Re-poker
---
A poker platfrom running over React/GrapQL/Rails stack

:pick: :pick: *The project is active development* :pick: :pick:

## What is *Re-poker*?

Re-poker is a scalable Poker web platform that is
- created around a functionaly designed Poker engine written in Ruby
- served via Rails GraphQL API supporting GraphQL subscription
- presented by elegant React Apollo frontend

## Setup

1. Clone the repo localy and follow the setup guide for two subprojects:
```
git clone [email protected]:kanevk/re-poker.git
```

2. Setup the API - [Api setup](./api/README.md)
3. Setup the Web Client - [Client setup](./client/README.md)

## Run locally
Run both the Api & Web client servers and sign-in through the browser:

```
login: bob
pass: 1
```