dylanavery720 / goker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goker (Dylan Avery)

Summary

This application provides a user with the ability to select a hand of 5 playing cards and get its rank in a game of poker. The server is written in Golang.

Server

  • For development

    #!sh
    go build cmd/main.go
    ./main
    
  • For tests

    #!sh
    cd pkg/poker
    go test
    

Frontend Setup and Run

  • Install dependencies

    #!sh
    cd web/goker-frontend && yarn
    
  • Run tests

    #!sh
    cd web/goker-frontend && yarn test
    
  • Run application

    #!sh
    cd web/goker-frontend && yarn start
    

About


Languages

Language:JavaScript 57.4%Language:Go 28.1%Language:HTML 8.4%Language:CSS 6.2%