Commit 4fc1e5cd authored by xianyang's avatar xianyang

1-19: 结构目录

parent adf76b53
# fj-dts
# fj-livekit
凡骄数据迁移平台
凡骄IM朋友圈
~~~
|-- bin
|--runtime
|--file 日志文件
|--logs 日志文件
|--yaml yaml文件
| -- configs
|--config 配置文件
|--configurable 配置文件
|--src
|--app
|-- api
|-- database 数据库路由文件
|--friends 朋友圈相关
|--init 路由
|--validaters 验证器
|-- views 视图层
|--logs 日志路由文件
|--init 路由
|--validaters 验证器
|-- views 视图层
|--processing 进程路由文件
|--init 路由
|--validaters 验证器
|-- views 视图层
|--__init__ 路由管理
|--__init__蓝图注册,orm映射
|--orm orm字段包
|--libs 异常封装,数据处理
|--modules 数据库模型
|--publics 公共调用方法
|--docker-compose.yaml 文件
|--Dockerfile 文件
|--requirements.txt 环境包
|--run_v1.py 启动
~~~
\ No newline at end of file
|--room 语音通话相关(现是fj-live单独项目)
|--libs
|-- db_link 数据库连接(mysql,mongo,redis,dlc)
|-- error 异常处理
|-- functions 时间获取,数据处理公共类
|-- log_utils 日志相关
|-- login_permission 用户标签权限认证
|-- samefuck token生成,分页公共方法
|-- validaters 表单验证基类
|--modules
|-- 审核模型
|-- 朋友圈模型
|-- 房间模型
|--docker-compose docker配置文件
|--Dockerfile docker配置文件
|--requirements.txt 环境包
|--run_v1.py 启动文件
~~~
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment