/order_sanic

异步框架sanic 框架demo

Primary LanguagePythonMIT LicenseMIT

order_sanic

异步框架sanic 框架demo

Usage

  1. pip install -r requirements.txt
  2. 配置自己需要的env
  3. 启动服务 nohup honcho -e envs/dev.env run python app_server.py -p 8686 >/dev/null &