Skip to content

yuzhuoheng/rob-server

Repository files navigation

FastAPI 服务

这是一个基于 FastAPI 的 Web 服务框架。

功能特性

  • 基于 FastAPI 框架
  • 支持 CORS
  • 自动 API 文档生成
  • 健康检查接口

安装依赖

pip install -r requirements.txt

运行服务

python main.py

服务将在 http://localhost:8000 启动

API 文档

主要接口

  • GET / : 根路由,返回欢迎信息
  • GET /health : 健康检查接口

About

碰撞机器人后端服务

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published