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:
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
Node.js
MongoDB