Saise a Scheisse đź’© game
This is the backend app for a dice game I knew at the beginning as saise, a bad mispronunciation of german word Scheisse
Code
This API uses FastAPI written bu @tiangolo (Sebastián RamĂrez).
It's based on the first steps tutorial
How to install
Using pipenv:
pipenv --python 3.9
pipenv shell
pipenv install fastapi uvicorn
uvicorn main:app --reload
That should expose the server, try the dice endpoint
You can see the API doc in http://127.0.0.1:8000/docs or http://127.0.0.1:8000/redoc