Skip to content

Python取名代码改自PiPiName改造成FastAPI | 根据三才五格,从诗经、楚辞、论语、周易、唐诗、宋词给宝宝取名。

License

Notifications You must be signed in to change notification settings

mrleidesen/PiPiName-UI

Repository files navigation

PiPiName-UI

Python取名代码改自PiPiName

改造成FastAPI

根据三才五格,从诗经、楚辞、论语、周易、唐诗、宋词给宝宝取名。

相关阅读可以看这里

使用方法

0. 虚拟环境

在目录下创建虚拟环境

python -m venv venv

进入环境(Windows下)

venv\Scripts\activate

1. 安装依赖

pip install -r requirements.txt

2. 启动后端

uvicorn app:app --reload

3. 前端依赖

请提前安装好Node.js

cd frontend
npm install # or yarn

4. 启动前端项目

npm run dev # or yarn dev

感谢

About

Python取名代码改自PiPiName改造成FastAPI | 根据三才五格,从诗经、楚辞、论语、周易、唐诗、宋词给宝宝取名。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published