Skip to content

atom-api-python,基于Python+FastAPI+SQLModel实现的服务端参考型脚手架

License

fivepmcoder/atom-api-python

Repository files navigation

atom-api-python

基于Python+FastAPI+SQLModel实现的服务端参考型脚手架

后端运行

# 克隆项目
git clone https://github.com/fivepmcoder/atom-api-python.git

# 进入项目目录
cd atom-api-python

# 修改配置文件
cp application-example.yaml application.yaml

# 进入虚拟环境
.venv\Scripts\activate # Windows
source .venv/bin/activate # Linux & Mac

# 安装依赖
uv sync

# 启动服务
python main.py

Star History

Star History Chart

About

atom-api-python,基于Python+FastAPI+SQLModel实现的服务端参考型脚手架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages