chore: initial project scaffolding with fastapi, docker and modular

structure
This commit is contained in:
2026-01-31 14:17:49 +01:00
parent 07e67cc086
commit 09239d8f8c
11 changed files with 185 additions and 1 deletions

7
.env_example Normal file
View File

@@ -0,0 +1,7 @@
PROJECT_NAME="Playtomic Wrapper"
VERSION="1.0.0"
API_V1_STR="/api/v1"
PLAYTOMIC_EMAIL="tua@email.it"
PLAYTOMIC_PASSWORD="la_tua_password"
PLAYTOMIC_API_URL="https://api.playtomic.io"