https://github.com/kanevk/re-poker
https://github.com/kanevk/re-poker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kanevk/re-poker
- Owner: kanevk
- Created: 2020-09-10T13:44:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-12T11:50:55.000Z (over 4 years ago)
- Last Synced: 2025-01-17T20:41:15.805Z (5 months ago)
- Language: Ruby
- Size: 14 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
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
```