/uno-api

Simple UNO game written in FastAPI

Primary LanguagePython

uno-api

Simple UNO game written in FastAPI

Api Reference

See http://localhost:3000/redoc

Run Locally

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