diff --git a/README.en.md b/README.en.md index 8b2814668842ed4e46a6ae9662a9cae5713f7c4c..b28b04f643122b019e912540f228c8ed20be9eeb 100644 --- a/README.en.md +++ b/README.en.md @@ -1,36 +1,3 @@ -# 19级软件1班4部CMS项目 -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} -#### Software Architecture -Software architecture description -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index afdb02422973c1b07e1f707bcc1d2e4ef8a8504b..a312f8f2057dccefb94b1b768820a0d7d7eff3b9 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,36 @@ -# 19级软件1班4部CMS项目 - -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +# 19级软件1班4部EShop项目 + +### 介绍 +Eshop电商项目 +#### 技术栈 +1、前后端分离技术 +2、前端采用Vue(vue-cli、vue-router、axios)、Element UI、Echarts、3、yarn包管理器4、js-cookies等 +4、后端采用Asp.Net core3.1 WebApi(dotnet命令行工具、Entity +5、Framework Core、依赖注入、代码优先、数据迁移、种子数据)、SqlServer(2014 Express版)、JWT、Newtosoft序列化工具 +6、Rest Clientapi测试工具等 +7、开发工具:Visual Studio Code,前端后端均采用vscode进行开发 +8、代码版本管理工具:git +9、代码托管平台:gitee 码云 + +### 使用说明(本地) +#### 前端 Frontend目录(请确保安装nodejs、yarn) +命令行进入CMSFrontend目录 +执行yarn命令安装依赖包 +执行yarn serve命令在调试环境下运行项目 +(如果要部署到生产环境)请执行yarn build 命令,打包项目,打包好的项目位于Frontend下的dist目录,将dist目录下的所有文件上传至服务器,使用nginx等web服务器进行配置部署 +#### 后端 Admin3000.Backend目录(请确保已经安装dotnet jdk3.1,并且已经安装了SqlServer2012及以上版本数据库,并修改appsettings.json中的数据库连接) +命令行进入Backend目录 + +继续cd 进入Admin3000.Backend.Api目录 + +执行dotnet restore 命令,还原项目,安装依赖包 + +执行dotnet ef database update 命令,迁移数据到数据库(同时生成数据库和数据表,如果没有ef 命令,请使用dotnet tool install --global dotnet-ef命令) + +执行dotnet run命令执行(或者按F5进行调试执行,需要配置调试文件) + +(如果要部署到生产环境)执行dotnet build + +### 使用说明(浏览器) +#### 浏览器搜索 news.syouq.top 进入首页 +#### news.syouq.top/adminhome 后台管理员登陆