tawandamoyo / poker

An online poker game, in JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is a game of Poker implemented in Javascript

Technologies

  • Websockets
  • React for the Frontend
  • Node.js for the backend
  • Postgresql for the database, used with Knex

Installation

Server

Navigate into server:

cd server

Install dependencies:

npm install

Start the server:

node server.js

Frontend

From root, navigate into client:

cd client`

Install all dependencies:

npm install

Serve the frontend:

npm run frontend

About

An online poker game, in JavaScript


Languages

Language:JavaScript 95.8%Language:CSS 4.2%