14 lines
268 B
Markdown
14 lines
268 B
Markdown
# profile-api
|
|
Generate easy Profile pictures and more!
|
|
|
|
## Running locally
|
|
|
|
Install dependencies from `requirements.txt` and start the server with:
|
|
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
The API listens on `0.0.0.0:5000`, making it reachable from other machines on the
|
|
network.
|