python-webservice/README.md

14 lines
171 B
Markdown
Raw Normal View History

2022-10-14 17:53:32 +00:00
# Install
```bash
pip install -r requirements.txt
```
# Run
```bash
python -m uvicorn app:app --reload
```
2022-10-14 18:23:13 +00:00
Paired with https://gitea.tyrel.dev/tyrel/go-webservice-gin