Files
ProfileApi/README.md
2025-09-21 20:39:52 +02:00

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.