https://github.com/dmoosocool/shop_backend
https://github.com/dmoosocool/shop_backend
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/shop_backend
- Owner: dmoosocool
- Created: 2019-07-18T02:25:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T08:42:58.000Z (almost 5 years ago)
- Last Synced: 2026-01-11T11:47:35.780Z (6 months ago)
- Language: TypeScript
- Size: 2.31 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# shopoo 记录
## 环境安装
### 配置环境变量
根据`example.env` 新建`.env`配置文件来设置环境变量.
### docker
安装服务
```shell
docker-compose up -d
```
查看服务状态
```shell
docker-compose ps
```