controlpanel/server/README.md
2022-09-03 10:16:53 +02:00

11 lines
194 B
Markdown

# Backend
## Installation
`poetry install --no-root`
Requires [poetry](https://archlinux.org/packages/community/any/python-poetry/)
## Running (dev)
`poetry run uvicorn server:app --reload`