pdulapalli / blackjack-game

Provides the core API to mimic a round of blackjack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackjack-game

Provides the necessary interface and core logic to mimic a round of blackjack.

General Info

More info is available here

Build

Prerequisites

Please ensure that you have a working installation of Docker. Locate the relevant instructions for your Operating System at the official Docker website.

Run

Steps

NOTE: This will both build and run the required services.

Please navigate to the root directory of this project.

Replace <envName> with dev or production, as desired. Note that using production will not automatically perform database migrations.

In a terminal session, please run:

./run start <envName>

Logs

Any execution logs going to stdout will be accessible via:

docker-compose --file docker-compose.yml logs --follow

About

Provides the core API to mimic a round of blackjack


Languages

Language:TypeScript 94.0%Language:Shell 3.6%Language:JavaScript 1.4%Language:Dockerfile 0.9%