init project

This commit is contained in:
2025-05-19 15:50:55 +02:00
parent c0216eb2dd
commit b8bd3b0398
26 changed files with 15335 additions and 0 deletions

4
start.sh Normal file
View File

@@ -0,0 +1,4 @@
# start.sh
#!/bin/bash
(cd backend && source venv/bin/activate && uvicorn main:app --reload) &
(cd frontend && ng serve)