|
il y a 1 jour | |
---|---|---|
backend | il y a 1 jour | |
frontend | il y a 1 jour | |
README.md | il y a 1 jour |
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 查看前端页面