# storage **Repository Path**: leazer/storage ## Basic Information - **Project Name**: storage - **Description**: doi存储服务,用来学习交流 - **Primary Language**: Python - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-14 - **Last Updated**: 2022-11-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 接口文档 http://localhost:8000/docs# 安装数据库 http://localhost:8000/install 首页网址 http://localhost:8000/static/index.html 根据main.py安装好对应的包 在config.py中只用配置数据库账户和密码 在根目录中打开cmd,执行uvicorn main:app --reload 运行http://localhost:8000/install安装数据库 然后就可以访问http://localhost:8000/static/index.html