Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 324 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 324 Bytes

Starkiller Fast 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 Uvicorn

# Start the server
uvicorn main:app --reload --host=0.0.0.0 --port=5010