This repository has been archived on 2025-12-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
safe-marks-server/start.sh
2025-10-18 13:46:48 -04:00

5 lines
114 B
Bash

#!/bin/bash
python create_db.py
gunicorn -w 4 -k uvicorn.workers.UvicornWorker api_server:app -b 127.0.0.1:17701