# Fxxk-algorithm **Repository Path**: Spumante/fxxk-algorithm ## Basic Information - **Project Name**: Fxxk-algorithm - **Description**: 软件杯参赛项目,简历解析的算法实现 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-24 - **Last Updated**: 2023-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目启动命令 ## 常规启动 ```shell uvicorn app:app --reload ``` ## 上线启动 ```shell uvicorn app:app --reload --host 0.0.0.0 --port 9000 ```