Skip to content

Full-stack React application for up to 8 players to play poker online

Notifications You must be signed in to change notification settings

alex-klyuev/ts-poker-birds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PokerBirds 🐦

http://pokerbirds.io

Online Poker Game for up to 8 players. Created with React, Node, Mongo, and Express. Deployed with Docker & Linode
Start a new game session at pokerbirds.io/:gameId

Card Graphics created by cardsJS:

Installation for Local Use

In server/database/index.js, uncomment the first mongoose connection line and comment out the second mongoose connection line.

From within the root directory, open two terminal windows.

For server:

cd server
npm install
npm start

For client:

cd client
npm install
npm run build
npm start

Begin a game session at localhost:3000/:gameId localhost:3000 defers to gameID = 0

Try out the Command Line Node game!

node nodeGame/game.js

Dependencies

Node.js
MongoDB

About

Full-stack React application for up to 8 players to play poker online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published