# mwcms_api **Repository Path**: xiamen-code-english-network/mwcms-api ## Basic Information - **Project Name**: mwcms_api - **Description**: mwcms配套的前端项目API,基于ThinkPHP v8.0+,免费开源,随意使用。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-07 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 码英内容管理系统(MWCMS)通用API 当前版本 v1.0.0 ## 项目介绍 - 基于Thinkphp v8.0+ [访问](https://www.thinkphp.cn/) ## 项目启动 - docker启动 ```shell docker login 你的docker镜像服务器 docker build -t [你的仓库地址]xxxxx/xxxxx/mwcms-api:latest -f ./docker/Dockerfile . docker run --restart always --name mwcms-api -d -p 80:80 --privileged=true [你的仓库地址]xxxxx/xxxxx/mwcms-api:latest ``` - 正常启动 ```shell php think run -p 80 ``` - 其他方式 参阅:[https://doc.thinkphp.cn/v8_0/url_access.html](https://doc.thinkphp.cn/v8_0/url_access.html) ## 管理地址 ###### 在浏览器中输入地址: ``` http://localhost/ ```