Marco Zeisler 7a4874ba8e use flask for all micro services;
flask-redis example added for event-store;
added comments;
updated arch proposal;
2021-04-12 20:35:55 +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`