#!/bin/bash # Install dependencies pip install -r requirements.txt # Run the codebase python -m main & python -m worker & python -m api wait