Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 248 Bytes

File metadata and controls

15 lines (10 loc) · 248 Bytes

TokenGranter

How To Run this Appliction

First install the requirements (best to do this in an env)

python3 -m pip install -r requirements.txt

After that, you can run the app using uvicorn

uvicorn main:app --reload