Starkiller Flask API (Python) The goal of this project is to provide a python-based backend for Project Starkiller, which can be found here: Project Starkiller. Running locally using Flask # Start the server . venv/bin/activate python3 -m flask run --host=0.0.0.0 --port=5010