A REST API 2 player truco
game implementation. It's still under development.
It's written in python using:
All the game data is saved in the database and was modeled as follows:
For more information take a look at models.py.
Start the app using docker
docker compose up
And then you can access http://localhost:8000/api/schema/swagger-ui/