Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 232 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 232 Bytes

Beep Boop Webserver

Takes BEEPBOOP_URL as an environment variable

Development

pip install -e .
python3 -m beepboop

Deployment

pip install .[deploy]
gunicorn beepboop.server:app