flask-example-cicd
这是一个用于托管简单Web应用程序的简单python flask应用程序。
启动flask应用程序之后,您可以访问服务器上的以下URL:
功能
网址
指数
http://:/
json
http://:/json/
你好
http://:/hello/
你好<名称>
http://:/hello/
素数100
http://:/primes/
素数
http://:/primes/
构建并运行
简单说明(Debian / Ubuntu)
安装要求:
apt update
apt install gcc musl-dev
2021-03-04 19:06:45
332KB
Python
1