flask-restful-login-example
安装
需要Python 3。 有多种方法可以将请求发送到服务器。
邮递员,失眠,cURL,httpie和curl是发送请求的简单而有用的工具。
我最喜欢httpie和curl。 用法如下所示。
将项目和安装要求拉到虚拟环境( )。 然后运行。
$ git clone https://github.com/melihcolpan/flask-restful-login
$ cd flask-restful-login
$ virtualenv venv
$ source venv/bin/activate
$ pip instal
1