diff --git a/README.md b/README.md index 7fd3568..6dce76a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ # WebDemo -Web技术开发应用 \ No newline at end of file +Web技术开发应用作业 + +## 项目地址 + +### 前端 +使用 `tailwindcss`框架 和 `Vite` 打包工具 + +`Gitee`[地址](https://gitee.com/devas/web-application-technology) + +使用以下命令将项目克隆到本地 +```bash +git clone --branch 20172 --single-branch https://gitee.com/devas/web-application-technology.git +``` + +`Gitlab`[地址](https://intpointer.com/Anchor-x/webdemo) + +使用以下命令将项目克隆到本地 +```bash +git clone --branch main --single-branch https://intpointer.com/Anchor-x/webdemo.git +``` + +### 后端 +使用`NestJS`和`TypeORM`框架 + +`Gitlab`[地址](https://intpointer.com/Anchor-x/nestjsdemo) + +使用以下命令将项目克隆到本地 +```bash +git clone --branch main --single-branch https://intpointer.com/Anchor-x/nestjsdemo.git +``` +`Serverless`访问[地址](https://service-93zb06of-1315775011.sh.apigw.tencentcs.com/release/) \ No newline at end of file