Simple UNO game written in FastAPI
See http://localhost:3000/redoc
Clone the project
git clone https://github.com/0x16c3/uno-api
Go to the project directory
cd uno-api
Install dependencies
pip install -r requirements.txt
Start the server
py server.py