This is the repository holding the Stream Portion Front-end (tlg_ffx) and Back-end (tlg_bff) for the entirety of the RFID Poker Table.
Learn more about this project on my website
Handles the green screen stream overlay displaying information about the game: cards, player stack, community cards, and more.
Handles socket.io and endpoint requests. This is where we the RFID module will fire its POST requests with the UIDs of the cards.
# using npm
npm run dev
# OR using Yarn
yarn dev
# using npm
npm run devbff
# OR using Yarn
yarn devbff