# url-parser **Repository Path**: chaoxa/url-parser ## Basic Information - **Project Name**: url-parser - **Description**: 我的测试项目 - **Primary Language**: Python - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-13 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Install ```shell pip install -r requirements.txt uvicorn main:app --reload ``` 访问接口: 访问http://localhost:8000,查看根接口返回的消息。 访问http://localhost:8000/items/1,查看带参数的GET接口返回的结果。 发送POST请求到http://localhost:8000/items/,例如使用curl或Postman发送请求