# sayhello2 **Repository Path**: Leo317/sayhello2 ## Basic Information - **Project Name**: sayhello2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-23 - **Last Updated**: 2021-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 # 技术栈 FastAPI + SQLAlchemy(sqlite3) + html + css + nuxt.js + axios # 动态 1. 新增留言, 留言列表接口, 接口测试 2. 完善前端页面,更改实时校验,https://blog.csdn.net/qq_22182989/article/details/103728781 3. 体验版部署,更新docker 部署文档 # 后端本地启动 1. 项目目录下执行`pip install -r requirements.txt` 2. `Terminal(终端)`执行命令`uvicorn main:app --reload --host 0.0.0.0` 3. 访问服务 - http://127.0.0.1:8000/docs # 接口文档 # Nuxt.js 项目启动: **前端项目开发环境部署** 1. yarn 2. yarn dev # docker部署 **详细内容请看:https://www.cnblogs.com/zy7y/p/14344375.html** - 访问 IP:3000/project/message ![](https://gitee.com/zy7y/blog_images/raw/master/img/20210129124425.png)