add(templates): base models and dto for girasol backend
Some checks failed
Deploy Girasol / deploy (push) Has been cancelled

This commit is contained in:
Julien Aldon
2026-04-23 18:17:31 +02:00
parent e91f140335
commit 89c20338dd
18 changed files with 858 additions and 0 deletions

6
backend/README.md Normal file
View File

@@ -0,0 +1,6 @@
# FastAPI Backend
```sh
hatch shell
fastapi dev
```