7 lines
231 B
Markdown
7 lines
231 B
Markdown
# Super Lightweight Flask Web Server
|
|
* `pip install requirements.txt`
|
|
* `python entitiy_ident_service.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`
|