From 97da533b9dc4841a7e89cc30af44a6ad2a71a547 Mon Sep 17 00:00:00 2001 From: myh Date: Sun, 19 Nov 2023 18:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0NestjsDemo=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) 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