https://github.com/rafaelpadovezi/pytruco
Truco game created using python and django
https://github.com/rafaelpadovezi/pytruco
django-rest-framework truco
Last synced: about 2 months ago
JSON representation
Truco game created using python and django
- Host: GitHub
- URL: https://github.com/rafaelpadovezi/pytruco
- Owner: rafaelpadovezi
- Created: 2023-06-11T13:16:58.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T12:19:52.000Z (5 months ago)
- Last Synced: 2024-12-06T12:32:24.534Z (5 months ago)
- Topics: django-rest-framework, truco
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🐍 pytruco ♣️ ♥️ ♠️ ♦️
A REST API 2 player `truco` game implementation. It's still under development.
## Details
It's written in python using:
- [django](https://www.djangoproject.com/)
- [django-rest-framework](https://www.django-rest-framework.org/)### Entities
All the game data is saved in the database and was modeled as follows:

For more information take a look at [models.py](./pytruco/apps/core/models.py).
## Running
Start the app using docker
```shell
docker compose up
```And then you can access http://localhost:8000/api/schema/swagger-ui/