15 lines
223 B
Markdown
15 lines
223 B
Markdown
|
# Wulkanowy Web Backend
|
||
|
|
||
|
Based on [Marioneq's UonetplusAPI](https://github.com/Marioneq4958/uonetplus_api)
|
||
|
|
||
|
## 1. Install dependencies
|
||
|
|
||
|
```sh
|
||
|
pip install -r requirements.txt
|
||
|
```
|
||
|
|
||
|
## 2. Start the server
|
||
|
|
||
|
```sh
|
||
|
py -m main
|
||
|
```
|