2021-06-18 15:29:43 +02:00

7 lines
215 B
Markdown

# Super Lightweight Flask Web Server
* `pip install requirements.txt`
* `python x_way.py`
* `http://127.0.0.1:5000` -> `Hello World`
* `http://127.0.0.1:5000/api1` -> `api1`
* `http://127.0.0.1:5000/api2` -> `api2`