/chimu-api

Chimu, Bloodcat and Cheesegull's API

Primary LanguagePythonMIT LicenseMIT

Setup

Pretty straight forward.

# Install deps
~$ python3 -m pip install -r requirements.txt

# Either
~$ uvicorn chimu.v1.app:app
# OR
~$ uvicorn chimu.cheesegull.app:app
# OR
~$ uvicorn chimu.bloodcat.app:app