https://josephcottingham.medium.com/my-attempt-at-writing-a-poker-bot-c53c9ccf9960 https://github.com/gtowizard-ai/mitpoker-2024
Josiah is currently going through this tutorial setting up Django and Next.js.
These instructions assume you are on a Windows computer.
- Ensure
python 3.11
or later is installed. cd backend-api
and run the following commands.
python -m venv venv
./venv/Scripts/activate
- Install Django and the other necessary packages from the same wd.
python -m pip install django djangorestframework
python -m pip install django-cors-headers
# @Justin-Zwart put your other pip-installs here :)
If your VS Code isn't detecting your installs, follow these instructions.
- Ensure node.js is installed.
cd frontend
and run the following commands.
npm i
- You should be good to go!
To run the Next.js development server:
cd frontend
npm run dev
To build and run the production Next.js server:
cd frontend
npm run build
npm run start
Bet/Fold/Raise/Check
Person Profiler
Game tree analysis