Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 快速开始

环境要求

  • Python 3.10 或 3.11
  • Node.js 18+

1. 安装后端依赖

cd backend
pip install -r requirements.txt

2. 初始化数据库

python init_data.py

3. 启动后端服务

uvicorn app.main:app --reload --port 8000

后端API文档: http://localhost:8000/docs

4. 启动前端

cd frontend
npm install
npm run dev

前端页面: http://localhost:3000


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages