julex
v1.0.11
Published
julex server
Downloads
776
Readme
启动
$ git clone [email protected]:channel-finder/julex-server.git
$ cd julex-server
$ npm run init # 需要支持 pnpm
在 julex-server
根目录文件夹下添加一个文件 julex.configs.json
,内容如下:
{
"database": {
"type": "mysql",
"host": "127.0.0.1",
"port": 3306,
"username": "root",
"password": "xxx",
"database": "xxx"
},
"redis": {
"host": "127.0.0.1",
"port": 6379,
"db": 7
},
"http": {
"port": 9376,
"keys": ["test", "dsafdsafda"]
},
"api": "https://julex.baizhun.cn"
}
确保文件保存成功后启动
$ npm run dev
TODO
- notify
- wechat work login
- live detail page - products - order
- gloabl task control