backend
pip install -r app\requirements.txt python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
frontend: cd frontend npm install npm run dev
21 commits
Python
52.9%
TypeScript
46.9%
backend
pip install -r app\requirements.txt python -m uvicorn app.main:app --reload --host 0.0.0.0 --port 8000
frontend: cd frontend npm install npm run dev
21 commits
Python
52.9%
TypeScript
46.9%