# easy-mock **Repository Path**: Alice_Project/easy-mock ## Basic Information - **Project Name**: easy-mock - **Description**: 在Windows系统本地搭建easy-mock - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-16 - **Last Updated**: 2022-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-mock #### Description 在Windows系统本地搭建easy-mock #### Software Architecture 本地搭建easy-mock #### Installation 1. 本地安装mongodb数据库 2. 本地安装Redis --这个仓库中有 3. 下载easy-mock ---本仓库的easy-mock-dev #### Instructions 1. 解压easy-mock-dev 2. 修改easy-mock-dev中config内的配置文件 - "host":"0.0.0.0" 一定要改为 "host":"localhost" ```json "host":"localhost" ``` 1. 安装依赖 ```js yarn && npm i ``` 4. 运行 ```js npm run dev&yarn dev ``` 5. 浏览器打开 就可以在本地启动项目了 ```html http://localhost:7300 ``` #### 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/)