Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanwenbo/youzheng-server
邮政服务器端接口DEMO
https://github.com/hanwenbo/youzheng-server
Last synced: 6 days ago
JSON representation
邮政服务器端接口DEMO
- Host: GitHub
- URL: https://github.com/hanwenbo/youzheng-server
- Owner: hanwenbo
- License: mit
- Created: 2018-12-22T00:34:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-26T03:35:07.000Z (about 6 years ago)
- Last Synced: 2024-11-07T16:12:26.029Z (about 2 months ago)
- Language: PLpgSQL
- Size: 144 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### 创建数据库
选择字符集utf8mb4_general_ci,为了解决微信昵称出现表情显示的问题#### 安装composer库
```bash
composer install
```### 启动
```bash
php fashop start
```