Merge branch 'main' of github.com:MarkusJoe/RequestCounter

This commit is contained in:
MarkusJoe
2022-04-13 20:49:01 +08:00
1 file changed
+6 -1
+6 -1
View File
@@ -46,7 +46,12 @@
$ git clone https://github.com/MarkusJoe/RequestCounter.git $ git clone https://github.com/MarkusJoe/RequestCounter.git
$ cd RequestCounter $ cd RequestCounter
$ pip3 install -r requirements.txt $ pip3 install -r requirements.txt
$ python3 app.py ```
### 启动服务
```shell
$ python3 manage.py or gunicorn manage:app or waitress-serve --port=5000 manage:app
``` ```
## 调用须知 ## 调用须知