# support-organizer ## Setup Set up the venv and requirements ```shell cd backend py -m venv .venv .venv/Scripts/activate pip install -e . ``` ## Running Start the server using ```shell py -m fgo-request-manager ```