oedb-backend/Makefile

5 lines
170 B
Makefile
Raw Normal View History

2025-09-17 22:49:30 +02:00
default: start
dev: start
start:
python3 -m venv venv
. venv/bin/activate && pip install -r requirements.txt && uwsgi --http :8080 --wsgi-file backend.py --callable app