Skip to content

Python Gunicorn flask 搭建的RESTfulApi web服务框架

Notifications You must be signed in to change notification settings

lianggl888/Gunicorn_RESTfulApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用说明

  • gunicorn flask搭建的 RESTfulApi服务

开发模式

  • 1、配置虚拟python3.8.2环境
  • 2、安装依赖包 pip3 install -r requirements.txt
  • 3、运行: python run.py

postMan测试如下:

  • get方法: localhost:9999/api/getRegfile

About

Python Gunicorn flask 搭建的RESTfulApi web服务框架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages