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