Skip to content
Snippets Groups Projects
Commit 890381b9 authored by Zhiqian Liu's avatar Zhiqian Liu
Browse files

Replace readme.md

parent 9805f508
Branches main
No related tags found
No related merge requests found
# My Web
# Student number: c21096000
## 执行方式
## Mode of execution
1. 创建 conda 环境 `conda create --name myweb python=3.8`
2. 激活 conda 环境 `source activate myweb`
3. 安装 Flask 相关 `pip install -r requirements.txt
1. Create conda environment `conda create --name myweb python=3.8`
2. Active conda environment `source activate myweb`
3. Install Flask `pip install -r requirements.txt`
`
4. 启动 Flask 服务 `python app.py`
5. 访问 Flask 服务,浏览器输入 `http://127.0.0.1:8888`
4. Start Flask `python app.py`
5. Visit Flask ,browser input `http://127.0.0.1:8888`
## 注意事项
1. 初始数据库中已有用户 `username=zhangsan, passward=123456`
## Attention
1. The account in the intial database `username=zhangsan, passward=123456`
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment