1.0.12 • Published 3 months ago

julex v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

启动

$ git clone git@github.com: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

  1. notify
  2. wechat work login
  3. live detail page - products - order
  4. gloabl task control