Commit 4fc1e5cd authored by xianyang's avatar xianyang

1-19: 结构目录

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