|
пре 1 дан | |
---|---|---|
backend | пре 1 дан | |
frontend | пре 1 дан | |
README.md | пре 1 дан |
cd backend
python -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activate
pip install -r requirements.txt
python -c "from database import init_db; init_db()"
python main.py
cd frontend
npm install
npm run dev
访问 http://localhost:5173 查看前端页面